Uses of Class
org.hl7.fhir.r4.utils.IResourceValidator.BestPracticeWarningLevel
-
Packages that use IResourceValidator.BestPracticeWarningLevel Package Description org.hl7.fhir.r4.utils -
-
Uses of IResourceValidator.BestPracticeWarningLevel in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return IResourceValidator.BestPracticeWarningLevel Modifier and Type Method Description IResourceValidator.BestPracticeWarningLevelIResourceValidator. getBestPracticeWarningLevel()whether the validator should enforce best practice guidelines as defined by various HL7 committeesstatic IResourceValidator.BestPracticeWarningLevelIResourceValidator.BestPracticeWarningLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static IResourceValidator.BestPracticeWarningLevel[]IResourceValidator.BestPracticeWarningLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.utils with parameters of type IResourceValidator.BestPracticeWarningLevel Modifier and Type Method Description IResourceValidatorIResourceValidator. setBestPracticeWarningLevel(IResourceValidator.BestPracticeWarningLevel value)
-