Class FhirCapabilities


  • public class FhirCapabilities
    extends Object
    API to Fetch the capability statement for the server
    • Constructor Detail

      • FhirCapabilities

        public FhirCapabilities​(ca.uhn.fhir.rest.client.api.IGenericClient client)
    • 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 - extends IBaseConformance
        Parameters:
        type - the model type
        extraParameters - see ExtraParameters for a full list of parameters that can be passed, may be NULL
        Returns:
        the conformance statement