Exemplo n.º 1
0
 public System.Threading.Tasks.Task <ICUPatientMonitorModuleLib.AlertWebServiceReference.PatientDataWebMethodResponse> PatientDataWebMethodAsync()
 {
     ICUPatientMonitorModuleLib.AlertWebServiceReference.PatientDataWebMethodRequest inValue = new ICUPatientMonitorModuleLib.AlertWebServiceReference.PatientDataWebMethodRequest();
     inValue.Body = new ICUPatientMonitorModuleLib.AlertWebServiceReference.PatientDataWebMethodRequestBody();
     return(((ICUPatientMonitorModuleLib.AlertWebServiceReference.ICUPatientAlertServiceSoap)(this)).PatientDataWebMethodAsync(inValue));
 }
Exemplo n.º 2
0
 public ICUPatientMonitorModuleLib.AlertWebServiceReference.PatientInfo[] PatientDataWebMethod()
 {
     ICUPatientMonitorModuleLib.AlertWebServiceReference.PatientDataWebMethodRequest inValue = new ICUPatientMonitorModuleLib.AlertWebServiceReference.PatientDataWebMethodRequest();
     inValue.Body = new ICUPatientMonitorModuleLib.AlertWebServiceReference.PatientDataWebMethodRequestBody();
     ICUPatientMonitorModuleLib.AlertWebServiceReference.PatientDataWebMethodResponse retVal = ((ICUPatientMonitorModuleLib.AlertWebServiceReference.ICUPatientAlertServiceSoap)(this)).PatientDataWebMethod(inValue);
     return(retVal.Body.PatientDataWebMethodResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <ICUPatientMonitorModuleLib.AlertWebServiceReference.PatientDataWebMethodResponse> ICUPatientMonitorModuleLib.AlertWebServiceReference.ICUPatientAlertServiceSoap.PatientDataWebMethodAsync(ICUPatientMonitorModuleLib.AlertWebServiceReference.PatientDataWebMethodRequest request)
 {
     return(base.Channel.PatientDataWebMethodAsync(request));
 }
Exemplo n.º 4
0
 ICUPatientMonitorModuleLib.AlertWebServiceReference.PatientDataWebMethodResponse ICUPatientMonitorModuleLib.AlertWebServiceReference.ICUPatientAlertServiceSoap.PatientDataWebMethod(ICUPatientMonitorModuleLib.AlertWebServiceReference.PatientDataWebMethodRequest request)
 {
     return(base.Channel.PatientDataWebMethod(request));
 }