
Uses of Enum
org.hl7.fhir.dstu2.model.OrderResponse.OrderStatus
Packages that use OrderResponse.OrderStatus
-
Uses of OrderResponse.OrderStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type OrderResponse.OrderStatusModifier and TypeFieldDescriptionprotected Enumeration
<OrderResponse.OrderStatus> OrderResponse.orderStatus
What this response says about the status of the original order.Methods in org.hl7.fhir.dstu2.model that return OrderResponse.OrderStatusModifier 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.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type OrderResponse.OrderStatusMethods in org.hl7.fhir.dstu2.model with parameters of type OrderResponse.OrderStatusModifier and TypeMethodDescriptionOrderResponse.setOrderStatus
(OrderResponse.OrderStatus value) OrderResponse.OrderStatusEnumFactory.toCode
(OrderResponse.OrderStatus code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type OrderResponse.OrderStatusModifier and TypeMethodDescriptionOrderResponse.setOrderStatusElement
(Enumeration<OrderResponse.OrderStatus> value) Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type OrderResponse.OrderStatusModifierConstructorDescriptionOrderResponse
(Reference request, Enumeration<OrderResponse.OrderStatus> orderStatus)