| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<SupplyDelivery.SupplyDeliveryStatus> |
SupplyDelivery.status
A code specifying the state of the dispense event.
|
| Modifier and Type | Method and Description |
|---|---|
static SupplyDelivery.SupplyDeliveryStatus |
SupplyDelivery.SupplyDeliveryStatus.fromCode(String codeString) |
SupplyDelivery.SupplyDeliveryStatus |
SupplyDelivery.SupplyDeliveryStatusEnumFactory.fromCode(String codeString) |
SupplyDelivery.SupplyDeliveryStatus |
SupplyDelivery.getStatus() |
static SupplyDelivery.SupplyDeliveryStatus |
SupplyDelivery.SupplyDeliveryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupplyDelivery.SupplyDeliveryStatus[] |
SupplyDelivery.SupplyDeliveryStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<SupplyDelivery.SupplyDeliveryStatus> |
SupplyDelivery.SupplyDeliveryStatusEnumFactory.fromType(Base code) |
Enumeration<SupplyDelivery.SupplyDeliveryStatus> |
SupplyDelivery.getStatusElement() |
| Modifier and Type | Method and Description |
|---|---|
SupplyDelivery |
SupplyDelivery.setStatus(SupplyDelivery.SupplyDeliveryStatus value) |
String |
SupplyDelivery.SupplyDeliveryStatusEnumFactory.toCode(SupplyDelivery.SupplyDeliveryStatus code) |
String |
SupplyDelivery.SupplyDeliveryStatusEnumFactory.toSystem(SupplyDelivery.SupplyDeliveryStatus code) |
| Modifier and Type | Method and Description |
|---|---|
SupplyDelivery |
SupplyDelivery.setStatusElement(Enumeration<SupplyDelivery.SupplyDeliveryStatus> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.