Uses of Enum
org.hl7.fhir.r5.model.ConceptMap.ConceptMapAttributeType
-
Uses of ConceptMap.ConceptMapAttributeType in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<ConceptMap.ConceptMapAttributeType> ConceptMap.AdditionalAttributeComponent.type
The type of the source data contained in this concept map for this data element.Modifier and TypeMethodDescriptionConceptMap.AdditionalAttributeComponent.getType()
Returns the enum constant of this type with the specified name.static ConceptMap.ConceptMapAttributeType[]
ConceptMap.ConceptMapAttributeType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionConceptMap.ConceptMapAttributeTypeEnumFactory.fromType
(PrimitiveType<?> code) ConceptMap.AdditionalAttributeComponent.getTypeElement()
Modifier and TypeMethodDescriptionConceptMap.AdditionalAttributeComponent.setType
(ConceptMap.ConceptMapAttributeType value) ConceptMap.ConceptMapAttributeTypeEnumFactory.toCode
(ConceptMap.ConceptMapAttributeType code) ConceptMap.ConceptMapAttributeTypeEnumFactory.toSystem
(ConceptMap.ConceptMapAttributeType code) Modifier and TypeMethodDescriptionConceptMap.AdditionalAttributeComponent.setTypeElement
(Enumeration<ConceptMap.ConceptMapAttributeType> value) ModifierConstructorDescriptionConstructor