| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<ListResource.ListMode> |
ListResource.mode
How this 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 ListResource.ListMode |
ListResource.ListMode.fromCode(String codeString) |
ListResource.ListMode |
ListResource.ListModeEnumFactory.fromCode(String codeString) |
ListResource.ListMode |
ListResource.getMode() |
static ListResource.ListMode |
ListResource.ListMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListResource.ListMode[] |
ListResource.ListMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<ListResource.ListMode> |
ListResource.ListModeEnumFactory.fromType(Base code) |
Enumeration<ListResource.ListMode> |
ListResource.getModeElement() |
| Modifier and Type | Method and Description |
|---|---|
ListResource |
ListResource.setMode(ListResource.ListMode value) |
String |
ListResource.ListModeEnumFactory.toCode(ListResource.ListMode code) |
String |
ListResource.ListModeEnumFactory.toSystem(ListResource.ListMode code) |
| Modifier and Type | Method and Description |
|---|---|
ListResource |
ListResource.setModeElement(Enumeration<ListResource.ListMode> value) |
| Constructor and Description |
|---|
ListResource(Enumeration<ListResource.ListStatus> status,
Enumeration<ListResource.ListMode> mode)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.