Uses of Class
org.hl7.fhir.dstu2.model.OrderResponse.OrderStatus
-
Packages that use OrderResponse.OrderStatus Package Description org.hl7.fhir.dstu2.model -
-
Uses of OrderResponse.OrderStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type OrderResponse.OrderStatus Modifier and Type Field Description protected Enumeration<OrderResponse.OrderStatus>OrderResponse. orderStatusWhat this response says about the status of the original order.Methods in org.hl7.fhir.dstu2.model that return OrderResponse.OrderStatus Modifier and Type Method Description static OrderResponse.OrderStatusOrderResponse.OrderStatus. fromCode(String codeString)OrderResponse.OrderStatusOrderResponse.OrderStatusEnumFactory. fromCode(String codeString)OrderResponse.OrderStatusOrderResponse. getOrderStatus()static OrderResponse.OrderStatusOrderResponse.OrderStatus. valueOf(String name)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.OrderStatus Modifier and Type Method Description Enumeration<OrderResponse.OrderStatus>OrderResponse.OrderStatusEnumFactory. fromType(Base code)Enumeration<OrderResponse.OrderStatus>OrderResponse. getOrderStatusElement()Methods in org.hl7.fhir.dstu2.model with parameters of type OrderResponse.OrderStatus Modifier and Type Method Description OrderResponseOrderResponse. setOrderStatus(OrderResponse.OrderStatus value)StringOrderResponse.OrderStatusEnumFactory. toCode(OrderResponse.OrderStatus code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type OrderResponse.OrderStatus Modifier and Type Method Description OrderResponseOrderResponse. setOrderStatusElement(Enumeration<OrderResponse.OrderStatus> value)Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type OrderResponse.OrderStatus Constructor Description OrderResponse(Reference request, Enumeration<OrderResponse.OrderStatus> orderStatus)
-