public enum DiagnosticOrderStatusEnum extends Enum<DiagnosticOrderStatusEnum>
| Enum Constant and Description |
|---|
ACCEPTED
Display: Accepted
Code Value: accepted The receiving system has accepted the order, but work has not yet commenced. |
CANCELLED
Display: Cancelled
Code Value: cancelled The request has been withdrawn. |
COMPLETED
Display: Completed
Code Value: completed The work has been completed, the report(s) released, and no further work is planned. |
DRAFT
Display: Draft
Code Value: draft The request is in preliminary form prior to being sent. |
FAILED
Display: Failed
Code Value: failed The diagnostic investigation was attempted, but due to some procedural error, it could not be completed. |
IN_PROGRESS
Display: In-Progress
Code Value: in-progress The work to fulfill the order is happening. |
PLANNED
Display: Planned
Code Value: planned The request has been planned. |
PROPOSED
Display: Proposed
Code Value: proposed The request has been proposed. |
RECEIVED
Display: Received
Code Value: received The receiving system has received the order, but not yet decided whether it will be performed. |
REJECTED
Display: Rejected
Code Value: rejected The receiving system has declined to fulfill the request. |
REQUESTED
Display: Requested
Code Value: requested The request has been placed. |
REVIEW
Display: Review
Code Value: review The work is complete, and the outcomes are being reviewed for approval. |
SUSPENDED
Display: Suspended
Code Value: suspended The request has been held by originating system/user request. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<DiagnosticOrderStatusEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
DiagnosticOrderStatus
|
| Modifier and Type | Method and Description |
|---|---|
static DiagnosticOrderStatusEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static DiagnosticOrderStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiagnosticOrderStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiagnosticOrderStatusEnum PROPOSED
public static final DiagnosticOrderStatusEnum DRAFT
public static final DiagnosticOrderStatusEnum PLANNED
public static final DiagnosticOrderStatusEnum REQUESTED
public static final DiagnosticOrderStatusEnum RECEIVED
public static final DiagnosticOrderStatusEnum ACCEPTED
public static final DiagnosticOrderStatusEnum IN_PROGRESS
public static final DiagnosticOrderStatusEnum REVIEW
public static final DiagnosticOrderStatusEnum COMPLETED
public static final DiagnosticOrderStatusEnum CANCELLED
public static final DiagnosticOrderStatusEnum SUSPENDED
public static final DiagnosticOrderStatusEnum REJECTED
public static final DiagnosticOrderStatusEnum FAILED
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<DiagnosticOrderStatusEnum> VALUESET_BINDER
public static DiagnosticOrderStatusEnum[] values()
for (DiagnosticOrderStatusEnum c : DiagnosticOrderStatusEnum.values()) System.out.println(c);
public static DiagnosticOrderStatusEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static DiagnosticOrderStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.