예제 #1
0
 public System.Threading.Tasks.Task <ICUPatientMonitorModuleLib.AlertWebServiceReference.AllocateBedsWebMethodResponse> AllocateBedsWebMethodAsync(int patientID)
 {
     ICUPatientMonitorModuleLib.AlertWebServiceReference.AllocateBedsWebMethodRequest inValue = new ICUPatientMonitorModuleLib.AlertWebServiceReference.AllocateBedsWebMethodRequest();
     inValue.Body           = new ICUPatientMonitorModuleLib.AlertWebServiceReference.AllocateBedsWebMethodRequestBody();
     inValue.Body.patientID = patientID;
     return(((ICUPatientMonitorModuleLib.AlertWebServiceReference.ICUPatientAlertServiceSoap)(this)).AllocateBedsWebMethodAsync(inValue));
 }
예제 #2
0
 public ICUPatientMonitorModuleLib.AlertWebServiceReference.PatientInfo[] AllocateBedsWebMethod(int patientID)
 {
     ICUPatientMonitorModuleLib.AlertWebServiceReference.AllocateBedsWebMethodRequest inValue = new ICUPatientMonitorModuleLib.AlertWebServiceReference.AllocateBedsWebMethodRequest();
     inValue.Body           = new ICUPatientMonitorModuleLib.AlertWebServiceReference.AllocateBedsWebMethodRequestBody();
     inValue.Body.patientID = patientID;
     ICUPatientMonitorModuleLib.AlertWebServiceReference.AllocateBedsWebMethodResponse retVal = ((ICUPatientMonitorModuleLib.AlertWebServiceReference.ICUPatientAlertServiceSoap)(this)).AllocateBedsWebMethod(inValue);
     return(retVal.Body.AllocateBedsWebMethodResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <ICUPatientMonitorModuleLib.AlertWebServiceReference.AllocateBedsWebMethodResponse> ICUPatientMonitorModuleLib.AlertWebServiceReference.ICUPatientAlertServiceSoap.AllocateBedsWebMethodAsync(ICUPatientMonitorModuleLib.AlertWebServiceReference.AllocateBedsWebMethodRequest request)
 {
     return(base.Channel.AllocateBedsWebMethodAsync(request));
 }
예제 #4
0
 ICUPatientMonitorModuleLib.AlertWebServiceReference.AllocateBedsWebMethodResponse ICUPatientMonitorModuleLib.AlertWebServiceReference.ICUPatientAlertServiceSoap.AllocateBedsWebMethod(ICUPatientMonitorModuleLib.AlertWebServiceReference.AllocateBedsWebMethodRequest request)
 {
     return(base.Channel.AllocateBedsWebMethod(request));
 }