Class Iti105RequestFactory

java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.iti105.Iti105RequestFactory
All Implemented Interfaces:
org.openehealth.ipf.commons.ihe.fhir.ClientRequestFactory<ca.uhn.fhir.rest.gclient.IClientExecutable<?,?>>

public class Iti105RequestFactory extends Object implements org.openehealth.ipf.commons.ihe.fhir.ClientRequestFactory<ca.uhn.fhir.rest.gclient.IClientExecutable<?,?>>
A ClientRequestFactory for ITI-105 requests
Since:
4.8
Author:
Boris Stanojevic
  • Constructor Details

    • Iti105RequestFactory

      public Iti105RequestFactory()
  • Method Details

    • getClientExecutable

      public ca.uhn.fhir.rest.gclient.IClientExecutable 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.IClientExecutable<?,?>>