Class ChMhd1ClientRequestFactory

java.lang.Object
org.projecthusky.communication.ch.camel.chmhd1.ChMhd1ClientRequestFactory
All Implemented Interfaces:
org.openehealth.ipf.commons.ihe.fhir.ClientRequestFactory<ca.uhn.fhir.rest.gclient.IUpdateExecutable>

public class ChMhd1ClientRequestFactory extends Object implements org.openehealth.ipf.commons.ihe.fhir.ClientRequestFactory<ca.uhn.fhir.rest.gclient.IUpdateExecutable>
A client request factory for the CH:MHD-1 transaction.
  • Constructor Details

    • ChMhd1ClientRequestFactory

      public ChMhd1ClientRequestFactory()
  • Method Details

    • getClientExecutable

      public ca.uhn.fhir.rest.gclient.IUpdateExecutable getClientExecutable(ca.uhn.fhir.rest.client.api.IGenericClient client, Object requestData, Map parameters)
      Specified by:
      getClientExecutable in interface org.openehealth.ipf.commons.ihe.fhir.ClientRequestFactory<ca.uhn.fhir.rest.gclient.IUpdateExecutable>