
Uses of Enum Class
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 class with the specified name.static Enumerations.ConceptMapRelationship[]Enumerations.ConceptMapRelationship.values()Returns an array containing the constants of this enum class, 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.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) 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 -
Uses of Enumerations.ConceptMapRelationship in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type Enumerations.ConceptMapRelationshipModifier and TypeMethodDescriptionvoidConceptMapRenderer.MultipleMappingRow.addSource(ConceptMapRenderer.MultipleMappingRow sourceRow, List<ConceptMapRenderer.MultipleMappingRow> rowList, Enumerations.ConceptMapRelationship relationship, String comment) voidConceptMapRenderer.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
Methods in org.hl7.fhir.r5.terminologies that return Enumerations.ConceptMapRelationshipModifier and TypeMethodDescriptionConceptMapUtilities.combineRelationships(Enumerations.ConceptMapRelationship rel1, Enumerations.ConceptMapRelationship rel2) ConceptMapUtilities.TranslatedCode.getRelationship()Methods in org.hl7.fhir.r5.terminologies with parameters of type Enumerations.ConceptMapRelationshipModifier and TypeMethodDescriptionConceptMapUtilities.combineRelationships(Enumerations.ConceptMapRelationship rel1, Enumerations.ConceptMapRelationship rel2) Constructors in org.hl7.fhir.r5.terminologies with parameters of type Enumerations.ConceptMapRelationshipModifierConstructorDescriptionTranslatedCode(String code, Enumerations.ConceptMapRelationship relationship)