Class JpaCapabilityStatementProvider

java.lang.Object
ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider
ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
All Implemented Interfaces:
ca.uhn.fhir.rest.server.IServerConformanceProvider<org.hl7.fhir.instance.model.api.IBaseConformance>

public class JpaCapabilityStatementProvider extends ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider
R4+ Only
  • Constructor Details

    • JpaCapabilityStatementProvider

      public JpaCapabilityStatementProvider(@Nonnull ca.uhn.fhir.rest.server.RestfulServer theRestfulServer, @Nonnull IFhirSystemDao<?,?> theSystemDao, @Nonnull JpaStorageSettings theStorageSettings, @Nonnull ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry, ca.uhn.fhir.context.support.IValidationSupport theValidationSupport)
      Constructor
  • Method Details

    • postProcess

      protected void postProcess(FhirTerser theTerser, org.hl7.fhir.instance.model.api.IBaseConformance theCapabilityStatement)
      Overrides:
      postProcess in class ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider
    • postProcessRest

      protected void postProcessRest(FhirTerser theTerser, org.hl7.fhir.instance.model.api.IBase theRest)
      Overrides:
      postProcessRest in class ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider
    • postProcessRestResource

      protected void postProcessRestResource(FhirTerser theTerser, org.hl7.fhir.instance.model.api.IBase theResource, String theResourceName)
      Overrides:
      postProcessRestResource in class ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider
    • isIncludeResourceCounts

      public boolean isIncludeResourceCounts()
    • setIncludeResourceCounts

      public void setIncludeResourceCounts(boolean theIncludeResourceCounts)
    • setStorageSettings

      public void setStorageSettings(JpaStorageSettings theStorageSettings)
    • setImplementationDescription

      public void setImplementationDescription(String theImplDesc)
    • setSystemDao

      public void setSystemDao(IFhirSystemDao<org.hl7.fhir.r4.model.Bundle,org.hl7.fhir.r4.model.Meta> mySystemDao)
    • searchParamEnabled

      protected boolean searchParamEnabled(String theSearchParam)
      Overrides:
      searchParamEnabled in class ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider