public enum ProcedureRequestStatus extends Enum<ProcedureRequestStatus>
| Enum Constant and Description |
|---|
ABORTED
The request was attempted, but due to some procedural error, it could not be completed.
|
ACCEPTED
The receiving system has accepted the request, but work has not yet commenced.
|
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 requested.
|
INPROGRESS
The work to fulfill the request is happening.
|
NULL
added to help the parsers
|
PROPOSED
The request has been proposed.
|
RECEIVED
The receiving system has received the request 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.
|
SUSPENDED
The request has been held by originating system/user request.
|
| Modifier and Type | Method and Description |
|---|---|
static ProcedureRequestStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ProcedureRequestStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcedureRequestStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcedureRequestStatus PROPOSED
public static final ProcedureRequestStatus DRAFT
public static final ProcedureRequestStatus REQUESTED
public static final ProcedureRequestStatus RECEIVED
public static final ProcedureRequestStatus ACCEPTED
public static final ProcedureRequestStatus INPROGRESS
public static final ProcedureRequestStatus COMPLETED
public static final ProcedureRequestStatus SUSPENDED
public static final ProcedureRequestStatus REJECTED
public static final ProcedureRequestStatus ABORTED
public static final ProcedureRequestStatus NULL
public static ProcedureRequestStatus[] values()
for (ProcedureRequestStatus c : ProcedureRequestStatus.values()) System.out.println(c);
public static ProcedureRequestStatus 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 ProcedureRequestStatus 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.