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

Namespace: SxcDeskAppLib
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public DataGridRowChainRequest(
	string Id,
	string PogName,
	string PhaAffiliation,
	string PrlRelationshipName,
	string AuditDate,
	string PharmacyNabp,
	string RxNumber,
	string DateFilled,
	string ErrorCode,
	string AmountRecovered,
	string CarCarrierName,
	string Type,
	string Auditor,
	string RequestToBeSent
)

Parameters

Id
Type: SystemString
PogName
Type: SystemString
PhaAffiliation
Type: SystemString
PrlRelationshipName
Type: SystemString
AuditDate
Type: SystemString
PharmacyNabp
Type: SystemString
RxNumber
Type: SystemString
DateFilled
Type: SystemString
ErrorCode
Type: SystemString
AmountRecovered
Type: SystemString
CarCarrierName
Type: SystemString
Type
Type: SystemString
Auditor
Type: SystemString
RequestToBeSent
Type: SystemString
See Also