Uses of Enum
org.hl7.fhir.r4.model.ConceptMap.ConceptMapGroupUnmappedMode
-
Uses of ConceptMap.ConceptMapGroupUnmappedMode in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionConceptMap.ConceptMapGroupUnmappedComponent.mode
Defines which action to take if there is no match for the source concept in the target system designated for the group.Modifier and TypeMethodDescriptionConceptMap.ConceptMapGroupUnmappedComponent.getMode()
Returns the enum constant of this type with the specified name.ConceptMap.ConceptMapGroupUnmappedMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionConceptMap.ConceptMapGroupUnmappedModeEnumFactory.fromType
(PrimitiveType<?> code) ConceptMap.ConceptMapGroupUnmappedComponent.getModeElement()
Modifier and TypeMethodDescriptionConceptMap.ConceptMapGroupUnmappedComponent.setMode
(ConceptMap.ConceptMapGroupUnmappedMode value) ConceptMap.ConceptMapGroupUnmappedModeEnumFactory.toCode
(ConceptMap.ConceptMapGroupUnmappedMode code) ConceptMap.ConceptMapGroupUnmappedModeEnumFactory.toSystem
(ConceptMap.ConceptMapGroupUnmappedMode code) Modifier and TypeMethodDescriptionConceptMap.ConceptMapGroupUnmappedComponent.setModeElement
(Enumeration<ConceptMap.ConceptMapGroupUnmappedMode> value) ModifierConstructorDescriptionConstructor