Example #1
0
 public System.Threading.Tasks.Task <QueueServiceTest.CalQueueService.callAndRecalPatientResponse> callAndRecalPatientAsync(string patientID, string patientName, string counterID, int action)
 {
     QueueServiceTest.CalQueueService.callAndRecalPatientRequest inValue = new QueueServiceTest.CalQueueService.callAndRecalPatientRequest();
     inValue.Body             = new QueueServiceTest.CalQueueService.callAndRecalPatientRequestBody();
     inValue.Body.patientID   = patientID;
     inValue.Body.patientName = patientName;
     inValue.Body.counterID   = counterID;
     inValue.Body.action      = action;
     return(((QueueServiceTest.CalQueueService.CallServiceSoap)(this)).callAndRecalPatientAsync(inValue));
 }
Example #2
0
 public string callAndRecalPatient(string patientID, string patientName, string counterID, int action)
 {
     QueueServiceTest.CalQueueService.callAndRecalPatientRequest inValue = new QueueServiceTest.CalQueueService.callAndRecalPatientRequest();
     inValue.Body             = new QueueServiceTest.CalQueueService.callAndRecalPatientRequestBody();
     inValue.Body.patientID   = patientID;
     inValue.Body.patientName = patientName;
     inValue.Body.counterID   = counterID;
     inValue.Body.action      = action;
     QueueServiceTest.CalQueueService.callAndRecalPatientResponse retVal = ((QueueServiceTest.CalQueueService.CallServiceSoap)(this)).callAndRecalPatient(inValue);
     return(retVal.Body.callAndRecalPatientResult);
 }
Example #3
0
 System.Threading.Tasks.Task <QueueServiceTest.CalQueueService.callAndRecalPatientResponse> QueueServiceTest.CalQueueService.CallServiceSoap.callAndRecalPatientAsync(QueueServiceTest.CalQueueService.callAndRecalPatientRequest request)
 {
     return(base.Channel.callAndRecalPatientAsync(request));
 }
Example #4
0
 QueueServiceTest.CalQueueService.callAndRecalPatientResponse QueueServiceTest.CalQueueService.CallServiceSoap.callAndRecalPatient(QueueServiceTest.CalQueueService.callAndRecalPatientRequest request)
 {
     return(base.Channel.callAndRecalPatient(request));
 }