Class FHIRTermConfig


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isCachingDisabled()
      Indicates whether caching is disabled for the FHIR terminology module
      static void setCachingDisabled​(boolean disabled)
      Set the caching disabled configuration property for the FHIR terminology module.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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