public static enum DiagnosticOrder.DiagnosticOrderStatus extends Enum<DiagnosticOrder.DiagnosticOrderStatus>
| Enum Constant and Description |
|---|
ACCEPTED
The receiving system has accepted the order, but work has not yet commenced.
|
CANCELLED
The request has been withdrawn.
|
COMPLETED
The work has been completed, the report(s) released, and no further work is planned.
|
DRAFT
The request is in preliminary form prior to being sent.
|
ENTEREDINERROR
The request was entered in error and voided.
|
FAILED
The diagnostic investigation was attempted, but due to some procedural error, it could not be completed.
|
INPROGRESS
The work to fulfill the order is happening.
|
NULL
added to help the parsers
|
PLANNED
The request has been planned.
|
PROPOSED
The request has been proposed.
|
RECEIVED
The receiving system has received the order, but not yet decided whether it will be performed.
|
REJECTED
The receiving system has declined to fulfill the request.
|
REQUESTED
The request has been placed.
|
REVIEW
The work is complete, and the outcomes are being reviewed for approval.
|
SUSPENDED
The request has been held by originating system/user request.
|
| Modifier and Type | Method and Description |
|---|---|
static DiagnosticOrder.DiagnosticOrderStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DiagnosticOrder.DiagnosticOrderStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiagnosticOrder.DiagnosticOrderStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiagnosticOrder.DiagnosticOrderStatus PROPOSED
public static final DiagnosticOrder.DiagnosticOrderStatus DRAFT
public static final DiagnosticOrder.DiagnosticOrderStatus PLANNED
public static final DiagnosticOrder.DiagnosticOrderStatus REQUESTED
public static final DiagnosticOrder.DiagnosticOrderStatus RECEIVED
public static final DiagnosticOrder.DiagnosticOrderStatus ACCEPTED
public static final DiagnosticOrder.DiagnosticOrderStatus INPROGRESS
public static final DiagnosticOrder.DiagnosticOrderStatus REVIEW
public static final DiagnosticOrder.DiagnosticOrderStatus COMPLETED
public static final DiagnosticOrder.DiagnosticOrderStatus CANCELLED
public static final DiagnosticOrder.DiagnosticOrderStatus SUSPENDED
public static final DiagnosticOrder.DiagnosticOrderStatus REJECTED
public static final DiagnosticOrder.DiagnosticOrderStatus FAILED
public static final DiagnosticOrder.DiagnosticOrderStatus ENTEREDINERROR
public static final DiagnosticOrder.DiagnosticOrderStatus NULL
public static DiagnosticOrder.DiagnosticOrderStatus[] values()
for (DiagnosticOrder.DiagnosticOrderStatus c : DiagnosticOrder.DiagnosticOrderStatus.values()) System.out.println(c);
public static DiagnosticOrder.DiagnosticOrderStatus 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 DiagnosticOrder.DiagnosticOrderStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.