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