Uses of Class
org.hl7.fhir.r4b.model.ConceptMap.ConceptMapEquivalence
-
Packages that use ConceptMap.ConceptMapEquivalence Package Description org.hl7.fhir.r4b.model -
-
Uses of ConceptMap.ConceptMapEquivalence in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type ConceptMap.ConceptMapEquivalence Modifier and Type Field Description protected Enumeration<ConceptMap.ConceptMapEquivalence>ConceptMap.TargetElementComponent. equivalenceThe equivalence between the source and target concepts (counting for the dependencies and products).Methods in org.hl7.fhir.r4b.model that return ConceptMap.ConceptMapEquivalence Modifier and Type Method Description static ConceptMap.ConceptMapEquivalenceConceptMap.ConceptMapEquivalence. fromCode(String codeString)ConceptMap.ConceptMapEquivalenceConceptMap.ConceptMapEquivalenceEnumFactory. fromCode(String codeString)ConceptMap.ConceptMapEquivalenceConceptMap.TargetElementComponent. getEquivalence()static ConceptMap.ConceptMapEquivalenceConceptMap.ConceptMapEquivalence. valueOf(String name)Returns the enum constant of this type with the specified name.static ConceptMap.ConceptMapEquivalence[]ConceptMap.ConceptMapEquivalence. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4b.model that return types with arguments of type ConceptMap.ConceptMapEquivalence Modifier and Type Method Description Enumeration<ConceptMap.ConceptMapEquivalence>ConceptMap.ConceptMapEquivalenceEnumFactory. fromType(Base code)Enumeration<ConceptMap.ConceptMapEquivalence>ConceptMap.TargetElementComponent. getEquivalenceElement()Methods in org.hl7.fhir.r4b.model with parameters of type ConceptMap.ConceptMapEquivalence Modifier and Type Method Description ConceptMap.TargetElementComponentConceptMap.TargetElementComponent. setEquivalence(ConceptMap.ConceptMapEquivalence value)StringConceptMap.ConceptMapEquivalenceEnumFactory. toCode(ConceptMap.ConceptMapEquivalence code)StringConceptMap.ConceptMapEquivalenceEnumFactory. toSystem(ConceptMap.ConceptMapEquivalence code)Method parameters in org.hl7.fhir.r4b.model with type arguments of type ConceptMap.ConceptMapEquivalence Modifier and Type Method Description ConceptMap.TargetElementComponentConceptMap.TargetElementComponent. setEquivalenceElement(Enumeration<ConceptMap.ConceptMapEquivalence> value)Constructors in org.hl7.fhir.r4b.model with parameters of type ConceptMap.ConceptMapEquivalence Constructor Description TargetElementComponent(ConceptMap.ConceptMapEquivalence equivalence)Constructor
-