Class Pharm5ClientRequestFactory

java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.pharm5.Pharm5ClientRequestFactory
All Implemented Interfaces:
org.openehealth.ipf.commons.ihe.fhir.ClientRequestFactory<ca.uhn.fhir.rest.gclient.IOperationUntypedWithInput<org.hl7.fhir.r4.model.Bundle>>

public class Pharm5ClientRequestFactory extends Object implements org.openehealth.ipf.commons.ihe.fhir.ClientRequestFactory<ca.uhn.fhir.rest.gclient.IOperationUntypedWithInput<org.hl7.fhir.r4.model.Bundle>>
Request Factory for PHARM-5 requests returning a bundle of document references.
Since:
4.3
Author:
Quentin Ligier
  • Constructor Details

    • Pharm5ClientRequestFactory

      public Pharm5ClientRequestFactory()
  • Method Details

    • getClientExecutable

      public ca.uhn.fhir.rest.gclient.IClientExecutable<ca.uhn.fhir.rest.gclient.IOperationUntypedWithInput<org.hl7.fhir.r4.model.Bundle>,?> getClientExecutable(ca.uhn.fhir.rest.client.api.IGenericClient client, Object requestData, Map<String,Object> parameters)
      Specified by:
      getClientExecutable in interface org.openehealth.ipf.commons.ihe.fhir.ClientRequestFactory<ca.uhn.fhir.rest.gclient.IOperationUntypedWithInput<org.hl7.fhir.r4.model.Bundle>>