public static enum ProcedureRequest.ProcedureRequestStatus extends Enum<ProcedureRequest.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 ProcedureRequest.ProcedureRequestStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ProcedureRequest.ProcedureRequestStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcedureRequest.ProcedureRequestStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcedureRequest.ProcedureRequestStatus PROPOSED
public static final ProcedureRequest.ProcedureRequestStatus DRAFT
public static final ProcedureRequest.ProcedureRequestStatus REQUESTED
public static final ProcedureRequest.ProcedureRequestStatus RECEIVED
public static final ProcedureRequest.ProcedureRequestStatus ACCEPTED
public static final ProcedureRequest.ProcedureRequestStatus INPROGRESS
public static final ProcedureRequest.ProcedureRequestStatus COMPLETED
public static final ProcedureRequest.ProcedureRequestStatus SUSPENDED
public static final ProcedureRequest.ProcedureRequestStatus REJECTED
public static final ProcedureRequest.ProcedureRequestStatus ABORTED
public static final ProcedureRequest.ProcedureRequestStatus NULL
public static ProcedureRequest.ProcedureRequestStatus[] values()
for (ProcedureRequest.ProcedureRequestStatus c : ProcedureRequest.ProcedureRequestStatus.values()) System.out.println(c);
public static ProcedureRequest.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 ProcedureRequest.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.