Class FhirCapabilities
java.lang.Object
org.apache.camel.component.fhir.api.FhirCapabilities
API to Fetch the capability statement for the server
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends org.hl7.fhir.instance.model.api.IBaseConformance>
TofType(Class<T> type, Map<ExtraParameters, Object> extraParameters) Retrieve the conformance statement using the given model type
-
Constructor Details
-
FhirCapabilities
public FhirCapabilities(ca.uhn.fhir.rest.client.api.IGenericClient client)
-
-
Method Details
-
ofType
public <T extends org.hl7.fhir.instance.model.api.IBaseConformance> T ofType(Class<T> type, Map<ExtraParameters, Object> extraParameters) Retrieve the conformance statement using the given model type- Type Parameters:
T- extendsIBaseConformance- Parameters:
type- the model typeextraParameters- seeExtraParametersfor a full list of parameters that can be passed, may be NULL- Returns:
- the conformance statement
-