Пример #1
0
 public System.Threading.Tasks.Task <PatientProject.PatientServiceSoap.getMedCardResponse> getMedCardAsync(string ppatient)
 {
     PatientProject.PatientServiceSoap.getMedCardRequest inValue = new PatientProject.PatientServiceSoap.getMedCardRequest();
     inValue.Body          = new PatientProject.PatientServiceSoap.getMedCardRequestBody();
     inValue.Body.ppatient = ppatient;
     return(((PatientProject.PatientServiceSoap.PatientServiceSoap)(this)).getMedCardAsync(inValue));
 }
Пример #2
0
 public byte[] getMedCard(string ppatient)
 {
     PatientProject.PatientServiceSoap.getMedCardRequest inValue = new PatientProject.PatientServiceSoap.getMedCardRequest();
     inValue.Body          = new PatientProject.PatientServiceSoap.getMedCardRequestBody();
     inValue.Body.ppatient = ppatient;
     PatientProject.PatientServiceSoap.getMedCardResponse retVal = ((PatientProject.PatientServiceSoap.PatientServiceSoap)(this)).getMedCard(inValue);
     return(retVal.Body.getMedCardResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <PatientProject.PatientServiceSoap.getMedCardResponse> PatientProject.PatientServiceSoap.PatientServiceSoap.getMedCardAsync(PatientProject.PatientServiceSoap.getMedCardRequest request)
 {
     return(base.Channel.getMedCardAsync(request));
 }
Пример #4
0
 PatientProject.PatientServiceSoap.getMedCardResponse PatientProject.PatientServiceSoap.PatientServiceSoap.getMedCard(PatientProject.PatientServiceSoap.getMedCardRequest request)
 {
     return(base.Channel.getMedCard(request));
 }