Пример #1
0
 public System.Threading.Tasks.Task <ICUPatientMonitorModuleLib.AlertWebServiceReference.DischargePatientWebMethodResponse> DischargePatientWebMethodAsync(int patientID)
 {
     ICUPatientMonitorModuleLib.AlertWebServiceReference.DischargePatientWebMethodRequest inValue = new ICUPatientMonitorModuleLib.AlertWebServiceReference.DischargePatientWebMethodRequest();
     inValue.Body           = new ICUPatientMonitorModuleLib.AlertWebServiceReference.DischargePatientWebMethodRequestBody();
     inValue.Body.patientID = patientID;
     return(((ICUPatientMonitorModuleLib.AlertWebServiceReference.ICUPatientAlertServiceSoap)(this)).DischargePatientWebMethodAsync(inValue));
 }
Пример #2
0
 public ICUPatientMonitorModuleLib.AlertWebServiceReference.PatientInfo[] DischargePatientWebMethod(int patientID)
 {
     ICUPatientMonitorModuleLib.AlertWebServiceReference.DischargePatientWebMethodRequest inValue = new ICUPatientMonitorModuleLib.AlertWebServiceReference.DischargePatientWebMethodRequest();
     inValue.Body           = new ICUPatientMonitorModuleLib.AlertWebServiceReference.DischargePatientWebMethodRequestBody();
     inValue.Body.patientID = patientID;
     ICUPatientMonitorModuleLib.AlertWebServiceReference.DischargePatientWebMethodResponse retVal = ((ICUPatientMonitorModuleLib.AlertWebServiceReference.ICUPatientAlertServiceSoap)(this)).DischargePatientWebMethod(inValue);
     return(retVal.Body.DischargePatientWebMethodResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <ICUPatientMonitorModuleLib.AlertWebServiceReference.DischargePatientWebMethodResponse> ICUPatientMonitorModuleLib.AlertWebServiceReference.ICUPatientAlertServiceSoap.DischargePatientWebMethodAsync(ICUPatientMonitorModuleLib.AlertWebServiceReference.DischargePatientWebMethodRequest request)
 {
     return(base.Channel.DischargePatientWebMethodAsync(request));
 }
Пример #4
0
 ICUPatientMonitorModuleLib.AlertWebServiceReference.DischargePatientWebMethodResponse ICUPatientMonitorModuleLib.AlertWebServiceReference.ICUPatientAlertServiceSoap.DischargePatientWebMethod(ICUPatientMonitorModuleLib.AlertWebServiceReference.DischargePatientWebMethodRequest request)
 {
     return(base.Channel.DischargePatientWebMethod(request));
 }