Beispiel #1
0
 /// <remarks/>
 public void GetPrescriptionTransmissionStatusV2Async(Credentials credentials, AccountRequest accountRequest, PatientRequest patientRequest, PatientInformationRequester patientInformationRequester, PrescriptionTransmissionQueryType queryType, string queryId, object userState) {
     if ((this.GetPrescriptionTransmissionStatusV2OperationCompleted == null)) {
         this.GetPrescriptionTransmissionStatusV2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPrescriptionTransmissionStatusV2OperationCompleted);
     }
     this.InvokeAsync("GetPrescriptionTransmissionStatusV2", new object[] {
                 credentials,
                 accountRequest,
                 patientRequest,
                 patientInformationRequester,
                 queryType,
                 queryId}, this.GetPrescriptionTransmissionStatusV2OperationCompleted, userState);
 }
Beispiel #2
0
 /// <remarks/>
 public void GetPrescriptionTransmissionStatusV2Async(Credentials credentials, AccountRequest accountRequest, PatientRequest patientRequest, PatientInformationRequester patientInformationRequester, PrescriptionTransmissionQueryType queryType, string queryId) {
     this.GetPrescriptionTransmissionStatusV2Async(credentials, accountRequest, patientRequest, patientInformationRequester, queryType, queryId, null);
 }
Beispiel #3
0
 public System.IAsyncResult BeginGetPrescriptionTransmissionStatusV2(Credentials credentials, AccountRequest accountRequest, PatientRequest patientRequest, PatientInformationRequester patientInformationRequester, PrescriptionTransmissionQueryType queryType, string queryId, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginGetPrescriptionTransmissionStatusV2(credentials, accountRequest, patientRequest, patientInformationRequester, queryType, queryId, callback, asyncState));
 }
Beispiel #4
0
 public TransmissionSummaryResult GetPrescriptionTransmissionStatusV2(Credentials credentials, AccountRequest accountRequest, PatientRequest patientRequest, PatientInformationRequester patientInformationRequester, PrescriptionTransmissionQueryType queryType, string queryId) {
     object[] results = this.Invoke("GetPrescriptionTransmissionStatusV2", new object[] {
                 credentials,
                 accountRequest,
                 patientRequest,
                 patientInformationRequester,
                 queryType,
                 queryId});
     return ((TransmissionSummaryResult)(results[0]));
 }
Beispiel #5
0
 public TransmissionSummaryResult GetPrescriptionTransmissionStatusV2(Credentials credentials, AccountRequest accountRequest, PatientRequest patientRequest, PatientInformationRequester patientInformationRequester, PrescriptionTransmissionQueryType queryType, string queryId)
 {
     return(base.Channel.GetPrescriptionTransmissionStatusV2(credentials, accountRequest, patientRequest, patientInformationRequester, queryType, queryId));
 }