Beispiel #1
0
 public retrieveSearchForProviderIndividualRequest(nehta.mcaR50.ProviderBatchSearchForProviderIndividual.retrieveSearchForProviderIndividual retrieveSearchForProviderIndividual, ProductType product, TimestampType timestamp, SignatureContainerType signature, QualifiedId user, QualifiedId hpio)
 {
     this.retrieveSearchForProviderIndividual = retrieveSearchForProviderIndividual;
     this.product   = product;
     this.timestamp = timestamp;
     this.signature = signature;
     this.user      = user;
     this.hpio      = hpio;
 }
Beispiel #2
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);
 }