예제 #1
0
 public WS_Patient_Update_Response route_Patient_Update(WS_Patient_Update_Request patientProfile)
 {
     object[] results = this.Invoke("route_Patient_Update", new object[] {
         patientProfile
     });
     return((WS_Patient_Update_Response)(results[0]));
 }
예제 #2
0
 /// <remarks/>
 public System.IAsyncResult Beginroute_Patient_Update(WS_Patient_Update_Request patientProfile, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("route_Patient_Update", new object[] {
         patientProfile
     }, callback, asyncState));
 }