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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.rest.gclient.IClientExecutablegetClientExecutable(ca.uhn.fhir.rest.client.api.IGenericClient client, Object requestData, Map<String, Object> parameters)
-
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:
getClientExecutablein interfaceorg.openehealth.ipf.commons.ihe.fhir.ClientRequestFactory<ca.uhn.fhir.rest.gclient.IClientExecutable<?,?>>
-