コード例 #1
0
        public SearchHKPMIPatientByCaseNoResponse searchHKPMIPatientByCaseNo([System.Xml.Serialization.XmlElementAttribute("searchHKPMIPatientByCaseNo", Namespace = "http://webservice.pas.ha.org.hk/", IsNullable = true)] searchHKPMIPatientByCaseNo searchHKPMIPatientByCaseNo1)
        {
            object[] results = this.Invoke("searchHKPMIPatientByCaseNo", new object[] {
                searchHKPMIPatientByCaseNo1
            });

            return((SearchHKPMIPatientByCaseNoResponse)(results[0]));
        }
コード例 #2
0
 /// <remarks/>
 public void searchHKPMIPatientByCaseNoAsync(searchHKPMIPatientByCaseNo searchHKPMIPatientByCaseNo1, object userState)
 {
     if ((this.searchHKPMIPatientByCaseNoOperationCompleted == null))
     {
         this.searchHKPMIPatientByCaseNoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsearchHKPMIPatientByCaseNoOperationCompleted);
     }
     this.InvokeAsync("searchHKPMIPatientByCaseNo", new object[] {
         searchHKPMIPatientByCaseNo1
     }, this.searchHKPMIPatientByCaseNoOperationCompleted, userState);
 }
コード例 #3
0
 /// <remarks/>
 public void searchHKPMIPatientByCaseNoAsync(searchHKPMIPatientByCaseNo searchHKPMIPatientByCaseNo1)
 {
     this.searchHKPMIPatientByCaseNoAsync(searchHKPMIPatientByCaseNo1, null);
 }
コード例 #4
0
 /// <remarks/>
 public System.IAsyncResult BeginsearchHKPMIPatientByCaseNo(searchHKPMIPatientByCaseNo searchHKPMIPatientByCaseNo1, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("searchHKPMIPatientByCaseNo", new object[] {
         searchHKPMIPatientByCaseNo1
     }, callback, asyncState));
 }