Class FhirCapabilities
- java.lang.Object
-
- org.apache.camel.component.fhir.api.FhirCapabilities
-
public class FhirCapabilities extends Object
API to Fetch the capability statement for the server
-
-
Constructor Summary
Constructors Constructor Description FhirCapabilities(ca.uhn.fhir.rest.client.api.IGenericClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <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
-
-
-
Method Detail
-
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
-
-