Esempio n. 1
0
 public nehta.mcaR50.ProviderBatchSearchForProviderIndividual.retrieveSearchForProviderIndividualResponse retrieveSearchForProviderIndividual(nehta.mcaR50.ProviderBatchSearchForProviderIndividual.retrieveSearchForProviderIndividual retrieveSearchForProviderIndividual1, ref ProductType product, TimestampType timestamp, ref SignatureContainerType signature, QualifiedId user, QualifiedId hpio)
 {
     nehta.mcaR50.ProviderBatchSearchForProviderIndividual.retrieveSearchForProviderIndividualRequest inValue = new nehta.mcaR50.ProviderBatchSearchForProviderIndividual.retrieveSearchForProviderIndividualRequest();
     inValue.retrieveSearchForProviderIndividual = retrieveSearchForProviderIndividual1;
     inValue.product   = product;
     inValue.timestamp = timestamp;
     inValue.signature = signature;
     inValue.user      = user;
     inValue.hpio      = hpio;
     nehta.mcaR50.ProviderBatchSearchForProviderIndividual.retrieveSearchForProviderIndividualResponse1 retVal = ((nehta.mcaR50.ProviderBatchSearchForProviderIndividual.SearchForProviderIndividualBatchAsyncPortType)(this)).retrieveSearchForProviderIndividual(inValue);
     product   = retVal.product;
     signature = retVal.signature;
     return(retVal.retrieveSearchForProviderIndividualResponse);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <nehta.mcaR50.ProviderBatchSearchForProviderIndividual.retrieveSearchForProviderIndividualResponse1> retrieveSearchForProviderIndividualAsync(nehta.mcaR50.ProviderBatchSearchForProviderIndividual.retrieveSearchForProviderIndividualRequest request)
 {
     return(base.Channel.retrieveSearchForProviderIndividualAsync(request));
 }
Esempio n. 3
0
 nehta.mcaR50.ProviderBatchSearchForProviderIndividual.retrieveSearchForProviderIndividualResponse1 nehta.mcaR50.ProviderBatchSearchForProviderIndividual.SearchForProviderIndividualBatchAsyncPortType.retrieveSearchForProviderIndividual(nehta.mcaR50.ProviderBatchSearchForProviderIndividual.retrieveSearchForProviderIndividualRequest request)
 {
     return(base.Channel.retrieveSearchForProviderIndividual(request));
 }