public class FhirCapabilities extends Object
Constructor and Description |
---|
FhirCapabilities(ca.uhn.fhir.rest.client.api.IGenericClient client) |
Modifier and Type | Method and Description |
---|---|
<T extends org.hl7.fhir.instance.model.api.IBaseConformance> |
ofType(Class<T> type,
Map<ExtraParameters,Object> extraParameters)
Retrieve the conformance statement using the given model type
|
public FhirCapabilities(ca.uhn.fhir.rest.client.api.IGenericClient client)
public <T extends org.hl7.fhir.instance.model.api.IBaseConformance> T ofType(Class<T> type, Map<ExtraParameters,Object> extraParameters)
T
- extends IBaseConformance
type
- the model typeextraParameters
- see ExtraParameters
for a full list of parameters that can be passed, may be NULLApache Camel