示例#1
0
 public byte[] GetEncryptedBillingReports(MedHealthSolutions.wsApplicInt.AuthHeader AuthHeader, System.DateTime from, System.DateTime to)
 {
     MedHealthSolutions.wsApplicInt.GetEncryptedBillingReportsRequest inValue = new MedHealthSolutions.wsApplicInt.GetEncryptedBillingReportsRequest();
     inValue.AuthHeader = AuthHeader;
     inValue.from       = from;
     inValue.to         = to;
     MedHealthSolutions.wsApplicInt.GetEncryptedBillingReportsResponse retVal = ((MedHealthSolutions.wsApplicInt.MainSoap)(this)).GetEncryptedBillingReports(inValue);
     return(retVal.GetEncryptedBillingReportsResult);
 }
示例#2
0
 MedHealthSolutions.wsApplicInt.GetEncryptedBillingReportsResponse MedHealthSolutions.wsApplicInt.MainSoap.GetEncryptedBillingReports(MedHealthSolutions.wsApplicInt.GetEncryptedBillingReportsRequest request)
 {
     return(base.Channel.GetEncryptedBillingReports(request));
 }