Uses of Class
org.hl7.fhir.r4.model.CodeSystem.CodeSystemHierarchyMeaning
-
Packages that use CodeSystem.CodeSystemHierarchyMeaning Package Description org.hl7.fhir.r4.model -
-
Uses of CodeSystem.CodeSystemHierarchyMeaning in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CodeSystem.CodeSystemHierarchyMeaning Modifier and Type Field Description protected 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.CodeSystemHierarchyMeaning Modifier and Type Method Description static CodeSystem.CodeSystemHierarchyMeaningCodeSystem.CodeSystemHierarchyMeaning. fromCode(String codeString)CodeSystem.CodeSystemHierarchyMeaningCodeSystem.CodeSystemHierarchyMeaningEnumFactory. fromCode(String codeString)CodeSystem.CodeSystemHierarchyMeaningCodeSystem. getHierarchyMeaning()static CodeSystem.CodeSystemHierarchyMeaningCodeSystem.CodeSystemHierarchyMeaning. valueOf(String name)Returns the enum constant of this type with the specified name.static CodeSystem.CodeSystemHierarchyMeaning[]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.CodeSystemHierarchyMeaning Modifier and Type Method Description Enumeration<CodeSystem.CodeSystemHierarchyMeaning>CodeSystem.CodeSystemHierarchyMeaningEnumFactory. fromType(Base code)Enumeration<CodeSystem.CodeSystemHierarchyMeaning>CodeSystem. getHierarchyMeaningElement()Methods in org.hl7.fhir.r4.model with parameters of type CodeSystem.CodeSystemHierarchyMeaning Modifier and Type Method Description CodeSystemCodeSystem. setHierarchyMeaning(CodeSystem.CodeSystemHierarchyMeaning value)StringCodeSystem.CodeSystemHierarchyMeaningEnumFactory. toCode(CodeSystem.CodeSystemHierarchyMeaning code)StringCodeSystem.CodeSystemHierarchyMeaningEnumFactory. toSystem(CodeSystem.CodeSystemHierarchyMeaning code)Method parameters in org.hl7.fhir.r4.model with type arguments of type CodeSystem.CodeSystemHierarchyMeaning Modifier and Type Method Description CodeSystemCodeSystem. setHierarchyMeaningElement(Enumeration<CodeSystem.CodeSystemHierarchyMeaning> value)
-