Click or drag to resize
DataGridRowFilteredClaim Constructor
Initializes a new instance of the DataGridRowFilteredClaim class

Namespace: SxcDeskAppLib
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public DataGridRowFilteredClaim(
	string Id,
	string RxNumber,
	string PharmacyNumber,
	string PharmacyName,
	string PackageSize,
	string Daw,
	string DrugLabelName,
	string MetricDecimalQty,
	string RefillNumber,
	string DaysSupply,
	string DeaCode,
	string AmountPaid,
	string ReasonFlagged,
	string AuditTypeId,
	string Scheduled,
	string DateFilled,
	string PhysicianId,
	string PhyLastName,
	string PhyFirstName,
	string Duplicate,
	string CustomerId,
	string ClientId,
	string ClientGroupId,
	string PharmacyState,
	string ClaimNumber,
	string MemberId,
	string ImportId
)

Parameters

Id
Type: SystemString
RxNumber
Type: SystemString
PharmacyNumber
Type: SystemString
PharmacyName
Type: SystemString
PackageSize
Type: SystemString
Daw
Type: SystemString
DrugLabelName
Type: SystemString
MetricDecimalQty
Type: SystemString
RefillNumber
Type: SystemString
DaysSupply
Type: SystemString
DeaCode
Type: SystemString
AmountPaid
Type: SystemString
ReasonFlagged
Type: SystemString
AuditTypeId
Type: SystemString
Scheduled
Type: SystemString
DateFilled
Type: SystemString
PhysicianId
Type: SystemString
PhyLastName
Type: SystemString
PhyFirstName
Type: SystemString
Duplicate
Type: SystemString
CustomerId
Type: SystemString
ClientId
Type: SystemString
ClientGroupId
Type: SystemString
PharmacyState
Type: SystemString
ClaimNumber
Type: SystemString
MemberId
Type: SystemString
ImportId
Type: SystemString
See Also