| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<SupplyRequest.RequestPriority> |
SupplyRequest.priority
Indicates how quickly this SupplyRequest should be addressed with respect to other requests.
|
| Modifier and Type | Method and Description |
|---|---|
static SupplyRequest.RequestPriority |
SupplyRequest.RequestPriority.fromCode(String codeString) |
SupplyRequest.RequestPriority |
SupplyRequest.RequestPriorityEnumFactory.fromCode(String codeString) |
SupplyRequest.RequestPriority |
SupplyRequest.getPriority() |
static SupplyRequest.RequestPriority |
SupplyRequest.RequestPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupplyRequest.RequestPriority[] |
SupplyRequest.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<SupplyRequest.RequestPriority> |
SupplyRequest.RequestPriorityEnumFactory.fromType(Base code) |
Enumeration<SupplyRequest.RequestPriority> |
SupplyRequest.getPriorityElement() |
| Modifier and Type | Method and Description |
|---|---|
SupplyRequest |
SupplyRequest.setPriority(SupplyRequest.RequestPriority value) |
String |
SupplyRequest.RequestPriorityEnumFactory.toCode(SupplyRequest.RequestPriority code) |
String |
SupplyRequest.RequestPriorityEnumFactory.toSystem(SupplyRequest.RequestPriority code) |
| Modifier and Type | Method and Description |
|---|---|
SupplyRequest |
SupplyRequest.setPriorityElement(Enumeration<SupplyRequest.RequestPriority> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.