Uses of Enum
org.hl7.fhir.r4.model.SupplyDelivery.SupplyDeliveryStatus
-
Uses of SupplyDelivery.SupplyDeliveryStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<SupplyDelivery.SupplyDeliveryStatus> SupplyDelivery.status
A code specifying the state of the dispense event.Modifier and TypeMethodDescriptionSupplyDelivery.getStatus()
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 TypeMethodDescriptionSupplyDelivery.SupplyDeliveryStatusEnumFactory.fromType
(PrimitiveType<?> code) SupplyDelivery.getStatusElement()
Modifier and TypeMethodDescriptionSupplyDelivery.setStatus
(SupplyDelivery.SupplyDeliveryStatus value) SupplyDelivery.SupplyDeliveryStatusEnumFactory.toCode
(SupplyDelivery.SupplyDeliveryStatus code) SupplyDelivery.SupplyDeliveryStatusEnumFactory.toSystem
(SupplyDelivery.SupplyDeliveryStatus code) Modifier and TypeMethodDescriptionSupplyDelivery.setStatusElement
(Enumeration<SupplyDelivery.SupplyDeliveryStatus> value)