Uses of Enum
org.hl7.fhir.dstu2.model.OrderResponse.OrderStatus
-
Uses of OrderResponse.OrderStatus in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Enumeration
<OrderResponse.OrderStatus> OrderResponse.orderStatus
What this response says about the status of the original order.Modifier and TypeMethodDescriptionstatic OrderResponse.OrderStatus
OrderResponse.getOrderStatus()
static OrderResponse.OrderStatus
Returns the enum constant of this type with the specified name.static OrderResponse.OrderStatus[]
OrderResponse.OrderStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionOrderResponse.setOrderStatus
(OrderResponse.OrderStatus value) OrderResponse.OrderStatusEnumFactory.toCode
(OrderResponse.OrderStatus code) Modifier and TypeMethodDescriptionOrderResponse.setOrderStatusElement
(Enumeration<OrderResponse.OrderStatus> value) ModifierConstructorDescriptionOrderResponse
(Reference request, Enumeration<OrderResponse.OrderStatus> orderStatus)