Uses of Class
org.hl7.fhir.r4.model.Enumerations.ConceptMapEquivalence
-
Packages that use Enumerations.ConceptMapEquivalence Package Description org.hl7.fhir.r4.model -
-
Uses of Enumerations.ConceptMapEquivalence in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Enumerations.ConceptMapEquivalence Modifier and Type Field Description protected Enumeration<Enumerations.ConceptMapEquivalence>ConceptMap.TargetElementComponent. equivalenceThe equivalence between the source and target concepts (counting for the dependencies and products).Methods in org.hl7.fhir.r4.model that return Enumerations.ConceptMapEquivalence Modifier and Type Method Description static Enumerations.ConceptMapEquivalenceEnumerations.ConceptMapEquivalence. fromCode(String codeString)Enumerations.ConceptMapEquivalenceEnumerations.ConceptMapEquivalenceEnumFactory. fromCode(String codeString)Enumerations.ConceptMapEquivalenceConceptMap.TargetElementComponent. getEquivalence()static Enumerations.ConceptMapEquivalenceEnumerations.ConceptMapEquivalence. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Enumerations.ConceptMapEquivalence Modifier and Type Method Description Enumeration<Enumerations.ConceptMapEquivalence>Enumerations.ConceptMapEquivalenceEnumFactory. fromType(Base code)Enumeration<Enumerations.ConceptMapEquivalence>ConceptMap.TargetElementComponent. getEquivalenceElement()Methods in org.hl7.fhir.r4.model with parameters of type Enumerations.ConceptMapEquivalence Modifier and Type Method Description ConceptMap.TargetElementComponentConceptMap.TargetElementComponent. setEquivalence(Enumerations.ConceptMapEquivalence value)StringEnumerations.ConceptMapEquivalenceEnumFactory. toCode(Enumerations.ConceptMapEquivalence code)StringEnumerations.ConceptMapEquivalenceEnumFactory. toSystem(Enumerations.ConceptMapEquivalence code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Enumerations.ConceptMapEquivalence Modifier and Type Method Description ConceptMap.TargetElementComponentConceptMap.TargetElementComponent. setEquivalenceElement(Enumeration<Enumerations.ConceptMapEquivalence> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Enumerations.ConceptMapEquivalence Constructor Description TargetElementComponent(Enumeration<Enumerations.ConceptMapEquivalence> equivalence)Constructor
-