Package org.hl7.fhir.dstu2.model
Enum OrderResponse.OrderStatus
- All Implemented Interfaces:
Serializable
,Comparable<OrderResponse.OrderStatus>
- Enclosing class:
OrderResponse
-
Enum Constant Summary
Enum ConstantDescriptionProcessing the order was stopped because of some workflow/business logic reason.The order has been accepted, and work is in progress.Processing the order was halted at the initiators request.The order has been completed.The order was unable to be processed because of a technical error (i.e.added to help the parsersThe order is known, but no processing has occurred at this timeThe order was rejected because of a workflow/business logic reasonThe order has been cancelled and replaced by another.The order is undergoing initial processing to determine whether it will be accepted (usually this involves human review) -
Method Summary
Modifier and TypeMethodDescriptionstatic OrderResponse.OrderStatus
toCode()
static OrderResponse.OrderStatus
Returns the enum constant of this type with the specified name.static OrderResponse.OrderStatus[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PENDING
The order is known, but no processing has occurred at this time -
REVIEW
The order is undergoing initial processing to determine whether it will be accepted (usually this involves human review) -
REJECTED
The order was rejected because of a workflow/business logic reason -
ERROR
The order was unable to be processed because of a technical error (i.e. unexpected error) -
ACCEPTED
The order has been accepted, and work is in progress. -
CANCELLED
Processing the order was halted at the initiators request. -
REPLACED
The order has been cancelled and replaced by another. -
ABORTED
Processing the order was stopped because of some workflow/business logic reason. -
COMPLETED
The order has been completed. -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static OrderResponse.OrderStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-