
Package ca.uhn.fhir.model.dstu2.valueset
Enum Class DiagnosticOrderStatusEnum
java.lang.Object
java.lang.Enum<DiagnosticOrderStatusEnum>
ca.uhn.fhir.model.dstu2.valueset.DiagnosticOrderStatusEnum
- All Implemented Interfaces:
- Serializable,- Comparable<DiagnosticOrderStatusEnum>,- Constable
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionDisplay: Accepted
 Code Value: accepted The receiving system has accepted the order, but work has not yet commenced.Display: Cancelled
 Code Value: cancelled The request has been withdrawn.Display: Completed
 Code Value: completed The work has been completed, the report(s) released, and no further work is planned.Display: Draft
 Code Value: draft The request is in preliminary form prior to being sent.Display: Failed
 Code Value: failed The diagnostic investigation was attempted, but due to some procedural error, it could not be completed.Display: In-Progress
 Code Value: in-progress The work to fulfill the order is happening.Display: Planned
 Code Value: planned The request has been planned.Display: Proposed
 Code Value: proposed The request has been proposed.Display: Received
 Code Value: received The receiving system has received the order, but not yet decided whether it will be performed.Display: Rejected
 Code Value: rejected The receiving system has declined to fulfill the request.Display: Requested
 Code Value: requested The request has been placed.Display: Review
 Code Value: review The work is complete, and the outcomes are being reviewed for approval.Display: Suspended
 Code Value: suspended The request has been held by originating system/user request.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder<DiagnosticOrderStatusEnum> Converts codes to their respective enumerated valuesstatic final StringIdentifier for this Value Set:static final StringName for this Value Set: DiagnosticOrderStatus
- 
Method SummaryModifier and TypeMethodDescriptionstatic DiagnosticOrderStatusEnumReturns the enumerated value associated with this codegetCode()Returns the code associated with this enumerated valueReturns the code system associated with this enumerated valuestatic DiagnosticOrderStatusEnumReturns the enum constant of this class with the specified name.static DiagnosticOrderStatusEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
PROPOSEDDisplay: Proposed
 Code Value: proposed The request has been proposed.
- 
DRAFTDisplay: Draft
 Code Value: draft The request is in preliminary form prior to being sent.
- 
PLANNEDDisplay: Planned
 Code Value: planned The request has been planned.
- 
REQUESTEDDisplay: Requested
 Code Value: requested The request has been placed.
- 
RECEIVEDDisplay: Received
 Code Value: received The receiving system has received the order, but not yet decided whether it will be performed.
- 
ACCEPTEDDisplay: Accepted
 Code Value: accepted The receiving system has accepted the order, but work has not yet commenced.
- 
IN_PROGRESSDisplay: In-Progress
 Code Value: in-progress The work to fulfill the order is happening.
- 
REVIEWDisplay: Review
 Code Value: review The work is complete, and the outcomes are being reviewed for approval.
- 
COMPLETEDDisplay: Completed
 Code Value: completed The work has been completed, the report(s) released, and no further work is planned.
- 
CANCELLEDDisplay: Cancelled
 Code Value: cancelled The request has been withdrawn.
- 
SUSPENDEDDisplay: Suspended
 Code Value: suspended The request has been held by originating system/user request.
- 
REJECTEDDisplay: Rejected
 Code Value: rejected The receiving system has declined to fulfill the request.
- 
FAILEDDisplay: Failed
 Code Value: failed The diagnostic investigation was attempted, but due to some procedural error, it could not be completed.
 
- 
- 
Field Details- 
VALUESET_IDENTIFIERIdentifier for this Value Set:- See Also:
 
- 
VALUESET_NAMEName for this Value Set: DiagnosticOrderStatus- See Also:
 
- 
VALUESET_BINDERpublic static final ca.uhn.fhir.model.api.IValueSetEnumBinder<DiagnosticOrderStatusEnum> VALUESET_BINDERConverts codes to their respective enumerated values
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getCodeReturns the code associated with this enumerated value
- 
getSystemReturns the code system associated with this enumerated value
- 
forCodeReturns the enumerated value associated with this code
 
-