Uses of Class
org.hl7.fhir.r5.model.Enumerations.ConceptMapRelationship
-
Packages that use Enumerations.ConceptMapRelationship Package Description org.hl7.fhir.r5.model -
-
Uses of Enumerations.ConceptMapRelationship in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.ConceptMapRelationship Modifier and Type Field Description protected Enumeration<Enumerations.ConceptMapRelationship>ConceptMap.TargetElementComponent. relationshipThe relationship between the source and target concepts.protected Enumeration<Enumerations.ConceptMapRelationship>ConceptMap2.TargetElementComponent. relationshipThe relationship between the source and target concepts.Methods in org.hl7.fhir.r5.model that return Enumerations.ConceptMapRelationship Modifier and Type Method Description static Enumerations.ConceptMapRelationshipEnumerations.ConceptMapRelationship. fromCode(String codeString)Enumerations.ConceptMapRelationshipEnumerations.ConceptMapRelationshipEnumFactory. fromCode(String codeString)Enumerations.ConceptMapRelationshipConceptMap.TargetElementComponent. getRelationship()Enumerations.ConceptMapRelationshipConceptMap2.TargetElementComponent. getRelationship()static Enumerations.ConceptMapRelationshipEnumerations.ConceptMapRelationship. valueOf(String name)Returns the enum constant of this type with the specified name.static Enumerations.ConceptMapRelationship[]Enumerations.ConceptMapRelationship. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.ConceptMapRelationship Modifier and Type Method Description Enumeration<Enumerations.ConceptMapRelationship>Enumerations.ConceptMapRelationshipEnumFactory. fromType(Base code)Enumeration<Enumerations.ConceptMapRelationship>ConceptMap.TargetElementComponent. getRelationshipElement()Enumeration<Enumerations.ConceptMapRelationship>ConceptMap2.TargetElementComponent. getRelationshipElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.ConceptMapRelationship Modifier and Type Method Description ConceptMap.TargetElementComponentConceptMap.TargetElementComponent. setRelationship(Enumerations.ConceptMapRelationship value)ConceptMap2.TargetElementComponentConceptMap2.TargetElementComponent. setRelationship(Enumerations.ConceptMapRelationship value)StringEnumerations.ConceptMapRelationshipEnumFactory. toCode(Enumerations.ConceptMapRelationship code)StringEnumerations.ConceptMapRelationshipEnumFactory. toSystem(Enumerations.ConceptMapRelationship code)Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.ConceptMapRelationship Modifier and Type Method Description ConceptMap.TargetElementComponentConceptMap.TargetElementComponent. setRelationshipElement(Enumeration<Enumerations.ConceptMapRelationship> value)ConceptMap2.TargetElementComponentConceptMap2.TargetElementComponent. setRelationshipElement(Enumeration<Enumerations.ConceptMapRelationship> value)Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.ConceptMapRelationship Constructor Description TargetElementComponent(Enumerations.ConceptMapRelationship relationship)ConstructorTargetElementComponent(Enumerations.ConceptMapRelationship relationship)Constructor
-