
Uses of Enum Class
org.hl7.fhir.r5.model.CodeSystem.CodeSystemHierarchyMeaning
Packages that use CodeSystem.CodeSystemHierarchyMeaning
-
Uses of CodeSystem.CodeSystemHierarchyMeaning in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type CodeSystem.CodeSystemHierarchyMeaningModifier and TypeFieldDescriptionprotected Enumeration<CodeSystem.CodeSystemHierarchyMeaning> CodeSystem.hierarchyMeaningThe meaning of the hierarchy of concepts as represented in this resource.Methods in org.hl7.fhir.r5.model that return CodeSystem.CodeSystemHierarchyMeaningModifier and TypeMethodDescriptionCodeSystem.getHierarchyMeaning()Returns the enum constant of this class with the specified name.CodeSystem.CodeSystemHierarchyMeaning.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type CodeSystem.CodeSystemHierarchyMeaningModifier and TypeMethodDescriptionCodeSystem.CodeSystemHierarchyMeaningEnumFactory.fromType(PrimitiveType<?> code) CodeSystem.getHierarchyMeaningElement()Methods in org.hl7.fhir.r5.model with parameters of type CodeSystem.CodeSystemHierarchyMeaningModifier and TypeMethodDescriptionCodeSystem.setHierarchyMeaning(CodeSystem.CodeSystemHierarchyMeaning value) CodeSystem.CodeSystemHierarchyMeaningEnumFactory.toCode(CodeSystem.CodeSystemHierarchyMeaning code) CodeSystem.CodeSystemHierarchyMeaningEnumFactory.toSystem(CodeSystem.CodeSystemHierarchyMeaning code) Method parameters in org.hl7.fhir.r5.model with type arguments of type CodeSystem.CodeSystemHierarchyMeaningModifier and TypeMethodDescriptionCodeSystem.setHierarchyMeaningElement(Enumeration<CodeSystem.CodeSystemHierarchyMeaning> value)