Uses of Enum
org.hl7.fhir.r5.model.Enumerations.ConceptMapRelationship
-
Uses of Enumerations.ConceptMapRelationship in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.ConceptMapRelationship> ConceptMap.ConceptMapGroupUnmappedComponent.relationship
The 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.relationship
The relationship between the source and target concepts.Modifier 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.Modifier and TypeMethodDescriptionEnumerations.ConceptMapRelationshipEnumFactory.fromType
(PrimitiveType<?> code) ConceptMap.ConceptMapGroupUnmappedComponent.getRelationshipElement()
ConceptMap.TargetElementComponent.getRelationshipElement()
Modifier and TypeMethodDescriptionConceptMap.SourceElementComponent.addTarget
(String code, Enumerations.ConceptMapRelationship relationship) ConceptMap.ConceptMapGroupUnmappedComponent.setRelationship
(Enumerations.ConceptMapRelationship value) ConceptMap.TargetElementComponent.setRelationship
(Enumerations.ConceptMapRelationship value) Enumerations.ConceptMapRelationshipEnumFactory.toCode
(Enumerations.ConceptMapRelationship code) Enumerations.ConceptMapRelationshipEnumFactory.toSystem
(Enumerations.ConceptMapRelationship code) Modifier and TypeMethodDescriptionConceptMap.ConceptMapGroupUnmappedComponent.setRelationshipElement
(Enumeration<Enumerations.ConceptMapRelationship> value) ConceptMap.TargetElementComponent.setRelationshipElement
(Enumeration<Enumerations.ConceptMapRelationship> value) ModifierConstructorDescriptionTargetElementComponent
(Enumerations.ConceptMapRelationship relationship) Constructor -
Uses of Enumerations.ConceptMapRelationship in org.hl7.fhir.r5.renderers
Modifier and TypeMethodDescriptionvoid
ConceptMapRenderer.MultipleMappingRow.addSource
(ConceptMapRenderer.MultipleMappingRow sourceRow, List<ConceptMapRenderer.MultipleMappingRow> rowList, Enumerations.ConceptMapRelationship relationship, String comment) void
ConceptMapRenderer.MultipleMappingRow.addTarget
(String system, String code, Enumerations.ConceptMapRelationship relationship, String comment, List<ConceptMapRenderer.MultipleMappingRow> sets, int colCount) -
Uses of Enumerations.ConceptMapRelationship in org.hl7.fhir.r5.terminologies
Modifier and TypeMethodDescriptionConceptMapUtilities.combineRelationships
(Enumerations.ConceptMapRelationship rel1, Enumerations.ConceptMapRelationship rel2) ConceptMapUtilities.TranslatedCode.getRelationship()
Modifier and TypeMethodDescriptionConceptMapUtilities.combineRelationships
(Enumerations.ConceptMapRelationship rel1, Enumerations.ConceptMapRelationship rel2) ModifierConstructorDescriptionTranslatedCode
(String code, Enumerations.ConceptMapRelationship relationship)