Uses of Enum
org.hl7.fhir.r4.model.Enumerations.ConceptMapEquivalence
-
Uses of Enumerations.ConceptMapEquivalence in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.ConceptMapEquivalence> ConceptMap.TargetElementComponent.equivalence
The equivalence between the source and target concepts (counting for the dependencies and products).Modifier and TypeMethodDescriptionConceptMap.TargetElementComponent.getEquivalence()
Returns the enum constant of this type with the specified name.static Enumerations.ConceptMapEquivalence[]
Enumerations.ConceptMapEquivalence.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionEnumerations.ConceptMapEquivalenceEnumFactory.fromType
(PrimitiveType<?> code) ConceptMap.TargetElementComponent.getEquivalenceElement()
Modifier and TypeMethodDescriptionConceptMap.TargetElementComponent.setEquivalence
(Enumerations.ConceptMapEquivalence value) Enumerations.ConceptMapEquivalenceEnumFactory.toCode
(Enumerations.ConceptMapEquivalence code) Enumerations.ConceptMapEquivalenceEnumFactory.toSystem
(Enumerations.ConceptMapEquivalence code) Modifier and TypeMethodDescriptionConceptMap.TargetElementComponent.setEquivalenceElement
(Enumeration<Enumerations.ConceptMapEquivalence> value) ModifierConstructorDescriptionConstructor