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.ConceptMapGroupUnmappedComponent.relationshipThe default relationship value to apply between the source and target concepts when the source code is unmapped and the mode is 'fixed' or 'use-source-code'.protected Enumeration<Enumerations.ConceptMapRelationship>ConceptMap.TargetElementComponent.relationshipThe relationship between the source and target concepts.Methods in org.hl7.fhir.r5.model that return Enumerations.ConceptMapRelationshipModifier and TypeMethodDescriptionConceptMap.ConceptMapGroupUnmappedComponent.getRelationship()ConceptMap.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 TypeMethodDescriptionEnumerations.ConceptMapRelationshipEnumFactory.fromType(PrimitiveType<?> code) ConceptMap.ConceptMapGroupUnmappedComponent.getRelationshipElement()ConceptMap.TargetElementComponent.getRelationshipElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.ConceptMapRelationshipModifier and TypeMethodDescriptionConceptMap.ConceptMapGroupUnmappedComponent.setRelationship(Enumerations.ConceptMapRelationship value) ConceptMap.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.ConceptMapGroupUnmappedComponent.setRelationshipElement(Enumeration<Enumerations.ConceptMapRelationship> value) ConceptMap.TargetElementComponent.setRelationshipElement(Enumeration<Enumerations.ConceptMapRelationship> value) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.ConceptMapRelationshipModifierConstructorDescriptionTargetElementComponent(Enumerations.ConceptMapRelationship relationship) Constructor