ComboBoxItemPendingAudit Constructor |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic ComboBoxItemPendingAudit(
string Id,
string Val,
string ProviderId,
string AuditDate,
string PharmacyName
)
Public Sub New (
Id As String,
Val As String,
ProviderId As String,
AuditDate As String,
PharmacyName As String
)
public:
ComboBoxItemPendingAudit(
String^ Id,
String^ Val,
String^ ProviderId,
String^ AuditDate,
String^ PharmacyName
)
new :
Id : string *
Val : string *
ProviderId : string *
AuditDate : string *
PharmacyName : string -> ComboBoxItemPendingAudit
Parameters
- Id
- Type: SystemString
- Val
- Type: SystemString
- ProviderId
- Type: SystemString
- AuditDate
- Type: SystemString
- PharmacyName
- Type: SystemString
See Also