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

Namespace: SxcDeskAppLib
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public DataGridRowImportedClaim(
	string RxNumber,
	string PharmacyNumber,
	string PharmacyName,
	string TotalQty,
	string Daw,
	string DrugLabelName,
	string MetricDecimalQty,
	string RefillNumber,
	string DaysSupply,
	string DeaCode,
	string AmtDue
)

Parameters

RxNumber
Type: SystemString
PharmacyNumber
Type: SystemString
PharmacyName
Type: SystemString
TotalQty
Type: SystemString
Daw
Type: SystemString
DrugLabelName
Type: SystemString
MetricDecimalQty
Type: SystemString
RefillNumber
Type: SystemString
DaysSupply
Type: SystemString
DeaCode
Type: SystemString
AmtDue
Type: SystemString
See Also