| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<RequestGroup.RequestPriority> |
RequestGroup.priority
Indicates how quickly the request should be addressed with respect to other requests.
|
protected Enumeration<RequestGroup.RequestPriority> |
RequestGroup.RequestGroupActionComponent.priority
Indicates how quickly the action should be addressed with respect to other actions.
|
| Modifier and Type | Method and Description |
|---|---|
static RequestGroup.RequestPriority |
RequestGroup.RequestPriority.fromCode(String codeString) |
RequestGroup.RequestPriority |
RequestGroup.RequestPriorityEnumFactory.fromCode(String codeString) |
RequestGroup.RequestPriority |
RequestGroup.getPriority() |
RequestGroup.RequestPriority |
RequestGroup.RequestGroupActionComponent.getPriority() |
static RequestGroup.RequestPriority |
RequestGroup.RequestPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestGroup.RequestPriority[] |
RequestGroup.RequestPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<RequestGroup.RequestPriority> |
RequestGroup.RequestPriorityEnumFactory.fromType(Base code) |
Enumeration<RequestGroup.RequestPriority> |
RequestGroup.getPriorityElement() |
Enumeration<RequestGroup.RequestPriority> |
RequestGroup.RequestGroupActionComponent.getPriorityElement() |
| Modifier and Type | Method and Description |
|---|---|
RequestGroup |
RequestGroup.setPriority(RequestGroup.RequestPriority value) |
RequestGroup.RequestGroupActionComponent |
RequestGroup.RequestGroupActionComponent.setPriority(RequestGroup.RequestPriority value) |
String |
RequestGroup.RequestPriorityEnumFactory.toCode(RequestGroup.RequestPriority code) |
String |
RequestGroup.RequestPriorityEnumFactory.toSystem(RequestGroup.RequestPriority code) |
| Modifier and Type | Method and Description |
|---|---|
RequestGroup |
RequestGroup.setPriorityElement(Enumeration<RequestGroup.RequestPriority> value) |
RequestGroup.RequestGroupActionComponent |
RequestGroup.RequestGroupActionComponent.setPriorityElement(Enumeration<RequestGroup.RequestPriority> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.