Uses of Enum
org.hl7.fhir.dstu2.model.SupplyRequest.SupplyRequestStatus
-
Uses of SupplyRequest.SupplyRequestStatus in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Enumeration
<SupplyRequest.SupplyRequestStatus> SupplyRequest.status
Status of the supply request.Modifier and TypeMethodDescriptionSupplyRequest.getStatus()
Returns the enum constant of this type with the specified name.static SupplyRequest.SupplyRequestStatus[]
SupplyRequest.SupplyRequestStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionSupplyRequest.setStatus
(SupplyRequest.SupplyRequestStatus value) SupplyRequest.SupplyRequestStatusEnumFactory.toCode
(SupplyRequest.SupplyRequestStatus code) Modifier and TypeMethodDescriptionSupplyRequest.setStatusElement
(Enumeration<SupplyRequest.SupplyRequestStatus> value)