DataGridRowImportedClaim Constructor |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic DataGridRowImportedClaim(
string RxNumber,
string PharmacyNumber,
string PharmacyName,
string TotalQty,
string Daw,
string DrugLabelName,
string MetricDecimalQty,
string RefillNumber,
string DaysSupply,
string DeaCode,
string AmtDue
)
Public Sub New (
RxNumber As String,
PharmacyNumber As String,
PharmacyName As String,
TotalQty As String,
Daw As String,
DrugLabelName As String,
MetricDecimalQty As String,
RefillNumber As String,
DaysSupply As String,
DeaCode As String,
AmtDue As String
)
public:
DataGridRowImportedClaim(
String^ RxNumber,
String^ PharmacyNumber,
String^ PharmacyName,
String^ TotalQty,
String^ Daw,
String^ DrugLabelName,
String^ MetricDecimalQty,
String^ RefillNumber,
String^ DaysSupply,
String^ DeaCode,
String^ AmtDue
)
new :
RxNumber : string *
PharmacyNumber : string *
PharmacyName : string *
TotalQty : string *
Daw : string *
DrugLabelName : string *
MetricDecimalQty : string *
RefillNumber : string *
DaysSupply : string *
DeaCode : string *
AmtDue : string -> DataGridRowImportedClaim
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