Uses of Enum
org.hl7.fhir.r4.model.CodeSystem.CodeSystemHierarchyMeaning
Packages that use CodeSystem.CodeSystemHierarchyMeaning
-
Uses of CodeSystem.CodeSystemHierarchyMeaning in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.model that return CodeSystem.CodeSystemHierarchyMeaningModifier 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.Methods in org.hl7.fhir.r4.model that return types with arguments of type CodeSystem.CodeSystemHierarchyMeaningMethods in org.hl7.fhir.r4.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.r4.model with type arguments of type CodeSystem.CodeSystemHierarchyMeaningModifier and TypeMethodDescriptionCodeSystem.setHierarchyMeaningElement(Enumeration<CodeSystem.CodeSystemHierarchyMeaning> value)