Class FHIRTermConfig


  • public final class FHIRTermConfig
    extends Object
    This class is used to manage the runtime configuration of the FHIR terminology module.
    • Method Detail

      • setCachingDisabled

        public static void setCachingDisabled​(boolean disabled)
        Set the caching disabled configuration property for the FHIR terminology module.
        Parameters:
        disabled - the disabled value to set
      • isCachingDisabled

        public static boolean isCachingDisabled()
        Indicates whether caching is disabled for the FHIR terminology module
        Returns:
        true if caching is disabled for the FHIR terminology module, false otherwise