Uses of Enum
org.hl7.fhir.r5.model.Enumerations.ConceptMapRelationship
Packages that use Enumerations.ConceptMapRelationship
-
Uses of Enumerations.ConceptMapRelationship in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.ConceptMapRelationshipModifier and TypeFieldDescriptionprotected 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.ConceptMapRelationshipModifier and TypeMethodDescriptionConceptMap.TargetElementComponent.getRelationship()ConceptMap2.TargetElementComponent.getRelationship()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.ConceptMapRelationshipModifier and TypeMethodDescriptionConceptMap.TargetElementComponent.getRelationshipElement()ConceptMap2.TargetElementComponent.getRelationshipElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.ConceptMapRelationshipModifier and TypeMethodDescriptionConceptMap.TargetElementComponent.setRelationship(Enumerations.ConceptMapRelationship value) ConceptMap2.TargetElementComponent.setRelationship(Enumerations.ConceptMapRelationship value) Enumerations.ConceptMapRelationshipEnumFactory.toCode(Enumerations.ConceptMapRelationship code) Enumerations.ConceptMapRelationshipEnumFactory.toSystem(Enumerations.ConceptMapRelationship code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.ConceptMapRelationshipModifier and TypeMethodDescriptionConceptMap.TargetElementComponent.setRelationshipElement(Enumeration<Enumerations.ConceptMapRelationship> value) ConceptMap2.TargetElementComponent.setRelationshipElement(Enumeration<Enumerations.ConceptMapRelationship> value) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.ConceptMapRelationshipModifierConstructorDescriptionTargetElementComponent(Enumerations.ConceptMapRelationship relationship) ConstructorTargetElementComponent(Enumerations.ConceptMapRelationship relationship) Constructor