| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<ConceptMap.ConceptMapGroupUnmappedMode> |
ConceptMap.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 Type | Method and Description |
|---|---|
static ConceptMap.ConceptMapGroupUnmappedMode |
ConceptMap.ConceptMapGroupUnmappedMode.fromCode(String codeString) |
ConceptMap.ConceptMapGroupUnmappedMode |
ConceptMap.ConceptMapGroupUnmappedModeEnumFactory.fromCode(String codeString) |
ConceptMap.ConceptMapGroupUnmappedMode |
ConceptMap.ConceptMapGroupUnmappedComponent.getMode() |
static ConceptMap.ConceptMapGroupUnmappedMode |
ConceptMap.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.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<ConceptMap.ConceptMapGroupUnmappedMode> |
ConceptMap.ConceptMapGroupUnmappedModeEnumFactory.fromType(Base code) |
Enumeration<ConceptMap.ConceptMapGroupUnmappedMode> |
ConceptMap.ConceptMapGroupUnmappedComponent.getModeElement() |
| Modifier and Type | Method and Description |
|---|---|
ConceptMap.ConceptMapGroupUnmappedComponent |
ConceptMap.ConceptMapGroupUnmappedComponent.setMode(ConceptMap.ConceptMapGroupUnmappedMode value) |
String |
ConceptMap.ConceptMapGroupUnmappedModeEnumFactory.toCode(ConceptMap.ConceptMapGroupUnmappedMode code) |
String |
ConceptMap.ConceptMapGroupUnmappedModeEnumFactory.toSystem(ConceptMap.ConceptMapGroupUnmappedMode code) |
| Modifier and Type | Method and Description |
|---|---|
ConceptMap.ConceptMapGroupUnmappedComponent |
ConceptMap.ConceptMapGroupUnmappedComponent.setModeElement(Enumeration<ConceptMap.ConceptMapGroupUnmappedMode> value) |
| Constructor and Description |
|---|
ConceptMapGroupUnmappedComponent(Enumeration<ConceptMap.ConceptMapGroupUnmappedMode> mode)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.