Example #1
0
 public System.Threading.Tasks.Task <ClinicProject.PatientServiceSoap.getTalonResponse> getTalonAsync(System.DateTime pdate, int pdoctor, string ppatient)
 {
     ClinicProject.PatientServiceSoap.getTalonRequest inValue = new ClinicProject.PatientServiceSoap.getTalonRequest();
     inValue.Body          = new ClinicProject.PatientServiceSoap.getTalonRequestBody();
     inValue.Body.pdate    = pdate;
     inValue.Body.pdoctor  = pdoctor;
     inValue.Body.ppatient = ppatient;
     return(((ClinicProject.PatientServiceSoap.PatientServiceSoap)(this)).getTalonAsync(inValue));
 }
Example #2
0
 public byte[] getTalon(System.DateTime pdate, int pdoctor, string ppatient)
 {
     ClinicProject.PatientServiceSoap.getTalonRequest inValue = new ClinicProject.PatientServiceSoap.getTalonRequest();
     inValue.Body          = new ClinicProject.PatientServiceSoap.getTalonRequestBody();
     inValue.Body.pdate    = pdate;
     inValue.Body.pdoctor  = pdoctor;
     inValue.Body.ppatient = ppatient;
     ClinicProject.PatientServiceSoap.getTalonResponse retVal = ((ClinicProject.PatientServiceSoap.PatientServiceSoap)(this)).getTalon(inValue);
     return(retVal.Body.getTalonResult);
 }
Example #3
0
 System.Threading.Tasks.Task <ClinicProject.PatientServiceSoap.getTalonResponse> ClinicProject.PatientServiceSoap.PatientServiceSoap.getTalonAsync(ClinicProject.PatientServiceSoap.getTalonRequest request)
 {
     return(base.Channel.getTalonAsync(request));
 }
Example #4
0
 ClinicProject.PatientServiceSoap.getTalonResponse ClinicProject.PatientServiceSoap.PatientServiceSoap.getTalon(ClinicProject.PatientServiceSoap.getTalonRequest request)
 {
     return(base.Channel.getTalon(request));
 }