| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Composition.SectionMode> |
Composition.SectionComponent.mode
How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.
|
| Modifier and Type | Method and Description |
|---|---|
static Composition.SectionMode |
Composition.SectionMode.fromCode(String codeString) |
Composition.SectionMode |
Composition.SectionModeEnumFactory.fromCode(String codeString) |
Composition.SectionMode |
Composition.SectionComponent.getMode() |
static Composition.SectionMode |
Composition.SectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Composition.SectionMode[] |
Composition.SectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Composition.SectionMode> |
Composition.SectionModeEnumFactory.fromType(Base code) |
Enumeration<Composition.SectionMode> |
Composition.SectionComponent.getModeElement() |
| Modifier and Type | Method and Description |
|---|---|
Composition.SectionComponent |
Composition.SectionComponent.setMode(Composition.SectionMode value) |
String |
Composition.SectionModeEnumFactory.toCode(Composition.SectionMode code) |
String |
Composition.SectionModeEnumFactory.toSystem(Composition.SectionMode code) |
| Modifier and Type | Method and Description |
|---|---|
Composition.SectionComponent |
Composition.SectionComponent.setModeElement(Enumeration<Composition.SectionMode> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.