
Uses of Enum Class
org.hl7.fhir.r4.utils.validation.constants.BestPracticeWarningLevel
Packages that use BestPracticeWarningLevel
-
Uses of BestPracticeWarningLevel in org.hl7.fhir.r4.utils.validation
Methods in org.hl7.fhir.r4.utils.validation that return BestPracticeWarningLevelModifier and TypeMethodDescriptionIResourceValidator.getBestPracticeWarningLevel()whether the validator should enforce best practice guidelines as defined by various HL7 committeesMethods in org.hl7.fhir.r4.utils.validation with parameters of type BestPracticeWarningLevelModifier and TypeMethodDescriptionIResourceValidator.setBestPracticeWarningLevel(BestPracticeWarningLevel value) -
Uses of BestPracticeWarningLevel in org.hl7.fhir.r4.utils.validation.constants
Methods in org.hl7.fhir.r4.utils.validation.constants that return BestPracticeWarningLevelModifier and TypeMethodDescriptionstatic BestPracticeWarningLevelReturns the enum constant of this class with the specified name.static BestPracticeWarningLevel[]BestPracticeWarningLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.