Uses of Enum
org.hl7.fhir.r4.model.CodeSystem.CodeSystemHierarchyMeaning
-
Uses of CodeSystem.CodeSystemHierarchyMeaning in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<CodeSystem.CodeSystemHierarchyMeaning> CodeSystem.hierarchyMeaning
The meaning of the hierarchy of concepts as represented in this resource.Modifier and TypeMethodDescriptionCodeSystem.getHierarchyMeaning()
Returns the enum constant of this type with the specified name.CodeSystem.CodeSystemHierarchyMeaning.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCodeSystem.CodeSystemHierarchyMeaningEnumFactory.fromType
(PrimitiveType<?> code) CodeSystem.getHierarchyMeaningElement()
Modifier and TypeMethodDescriptionCodeSystem.setHierarchyMeaning
(CodeSystem.CodeSystemHierarchyMeaning value) CodeSystem.CodeSystemHierarchyMeaningEnumFactory.toCode
(CodeSystem.CodeSystemHierarchyMeaning code) CodeSystem.CodeSystemHierarchyMeaningEnumFactory.toSystem
(CodeSystem.CodeSystemHierarchyMeaning code) Modifier and TypeMethodDescriptionCodeSystem.setHierarchyMeaningElement
(Enumeration<CodeSystem.CodeSystemHierarchyMeaning> value)