Uses of Class
org.hl7.fhir.r4.model.ConceptMap.ConceptMapGroupUnmappedMode
-
Packages that use ConceptMap.ConceptMapGroupUnmappedMode Package Description org.hl7.fhir.r4.model -
-
Uses of ConceptMap.ConceptMapGroupUnmappedMode in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ConceptMap.ConceptMapGroupUnmappedMode Modifier and Type Field Description protected Enumeration<ConceptMap.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.Methods in org.hl7.fhir.r4.model that return ConceptMap.ConceptMapGroupUnmappedMode Modifier and Type Method Description static ConceptMap.ConceptMapGroupUnmappedModeConceptMap.ConceptMapGroupUnmappedMode. fromCode(String codeString)ConceptMap.ConceptMapGroupUnmappedModeConceptMap.ConceptMapGroupUnmappedModeEnumFactory. fromCode(String codeString)ConceptMap.ConceptMapGroupUnmappedModeConceptMap.ConceptMapGroupUnmappedComponent. getMode()static ConceptMap.ConceptMapGroupUnmappedModeConceptMap.ConceptMapGroupUnmappedMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ConceptMap.ConceptMapGroupUnmappedMode[]ConceptMap.ConceptMapGroupUnmappedMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type ConceptMap.ConceptMapGroupUnmappedMode Modifier and Type Method Description Enumeration<ConceptMap.ConceptMapGroupUnmappedMode>ConceptMap.ConceptMapGroupUnmappedModeEnumFactory. fromType(Base code)Enumeration<ConceptMap.ConceptMapGroupUnmappedMode>ConceptMap.ConceptMapGroupUnmappedComponent. getModeElement()Methods in org.hl7.fhir.r4.model with parameters of type ConceptMap.ConceptMapGroupUnmappedMode Modifier and Type Method Description ConceptMap.ConceptMapGroupUnmappedComponentConceptMap.ConceptMapGroupUnmappedComponent. setMode(ConceptMap.ConceptMapGroupUnmappedMode value)StringConceptMap.ConceptMapGroupUnmappedModeEnumFactory. toCode(ConceptMap.ConceptMapGroupUnmappedMode code)StringConceptMap.ConceptMapGroupUnmappedModeEnumFactory. toSystem(ConceptMap.ConceptMapGroupUnmappedMode code)Method parameters in org.hl7.fhir.r4.model with type arguments of type ConceptMap.ConceptMapGroupUnmappedMode Modifier and Type Method Description ConceptMap.ConceptMapGroupUnmappedComponentConceptMap.ConceptMapGroupUnmappedComponent. setModeElement(Enumeration<ConceptMap.ConceptMapGroupUnmappedMode> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type ConceptMap.ConceptMapGroupUnmappedMode Constructor Description ConceptMapGroupUnmappedComponent(Enumeration<ConceptMap.ConceptMapGroupUnmappedMode> mode)Constructor
-