can any one help me to refactor this store proc
it seems to me very ugly
ALTER PROCEDURE [dbo].[SearchTransactions]
@SiteId varchar(4)
, @ProviderId int
, @PatientFirstName varchar(35)
, @PatientLastName varchar(60)
, @UnsentTransactionsOnly bit
, @GEDIPayerId varchar(10)
...