Uses of Class
org.hl7.fhir.r5.model.Enumerations.ConceptMapGroupUnmappedMode
-
Packages that use Enumerations.ConceptMapGroupUnmappedMode Package Description org.hl7.fhir.r5.model -
-
Uses of Enumerations.ConceptMapGroupUnmappedMode in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.ConceptMapGroupUnmappedMode Modifier and Type Field Description protected Enumeration<Enumerations.ConceptMapGroupUnmappedMode>ConceptMap.ConceptMapGroupUnmappedComponent. modeDefines which action to take if there is no match for the source concept in the target system designated for the group.protected Enumeration<Enumerations.ConceptMapGroupUnmappedMode>ConceptMap2.ConceptMap2GroupUnmappedComponent. modeDefines which action to take if there is no match for the source concept in the target system designated for the group.Methods in org.hl7.fhir.r5.model that return Enumerations.ConceptMapGroupUnmappedMode Modifier and Type Method Description static Enumerations.ConceptMapGroupUnmappedModeEnumerations.ConceptMapGroupUnmappedMode. fromCode(String codeString)Enumerations.ConceptMapGroupUnmappedModeEnumerations.ConceptMapGroupUnmappedModeEnumFactory. fromCode(String codeString)Enumerations.ConceptMapGroupUnmappedModeConceptMap.ConceptMapGroupUnmappedComponent. getMode()Enumerations.ConceptMapGroupUnmappedModeConceptMap2.ConceptMap2GroupUnmappedComponent. getMode()static Enumerations.ConceptMapGroupUnmappedModeEnumerations.ConceptMapGroupUnmappedMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Enumerations.ConceptMapGroupUnmappedMode[]Enumerations.ConceptMapGroupUnmappedMode. 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.ConceptMapGroupUnmappedMode Modifier and Type Method Description Enumeration<Enumerations.ConceptMapGroupUnmappedMode>Enumerations.ConceptMapGroupUnmappedModeEnumFactory. fromType(Base code)Enumeration<Enumerations.ConceptMapGroupUnmappedMode>ConceptMap.ConceptMapGroupUnmappedComponent. getModeElement()Enumeration<Enumerations.ConceptMapGroupUnmappedMode>ConceptMap2.ConceptMap2GroupUnmappedComponent. getModeElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.ConceptMapGroupUnmappedMode Modifier and Type Method Description ConceptMap.ConceptMapGroupUnmappedComponentConceptMap.ConceptMapGroupUnmappedComponent. setMode(Enumerations.ConceptMapGroupUnmappedMode value)ConceptMap2.ConceptMap2GroupUnmappedComponentConceptMap2.ConceptMap2GroupUnmappedComponent. setMode(Enumerations.ConceptMapGroupUnmappedMode value)StringEnumerations.ConceptMapGroupUnmappedModeEnumFactory. toCode(Enumerations.ConceptMapGroupUnmappedMode code)StringEnumerations.ConceptMapGroupUnmappedModeEnumFactory. toSystem(Enumerations.ConceptMapGroupUnmappedMode code)Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.ConceptMapGroupUnmappedMode Modifier and Type Method Description ConceptMap.ConceptMapGroupUnmappedComponentConceptMap.ConceptMapGroupUnmappedComponent. setModeElement(Enumeration<Enumerations.ConceptMapGroupUnmappedMode> value)ConceptMap2.ConceptMap2GroupUnmappedComponentConceptMap2.ConceptMap2GroupUnmappedComponent. setModeElement(Enumeration<Enumerations.ConceptMapGroupUnmappedMode> value)Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.ConceptMapGroupUnmappedMode Constructor Description ConceptMap2GroupUnmappedComponent(Enumerations.ConceptMapGroupUnmappedMode mode)ConstructorConceptMapGroupUnmappedComponent(Enumerations.ConceptMapGroupUnmappedMode mode)Constructor
-