public enum ProcedureRequestStatusEnum extends Enum<ProcedureRequestStatusEnum>
| Enum Constant and Description |
|---|
ABORTED
Display: Aborted
Code Value: aborted The request was attempted, but due to some procedural error, it could not be completed. |
ACCEPTED
Display: Accepted
Code Value: accepted The receiving system has accepted the request, but work has not yet commenced. |
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 requested. |
IN_PROGRESS
Display: In Progress
Code Value: in-progress The work to fulfill the request is happening. |
PROPOSED
Display: Proposed
Code Value: proposed The request has been proposed. |
RECEIVED
Display: Received
Code Value: received The receiving system has received the request 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. |
SUSPENDED
Display: Suspended
Code Value: suspended The request has been held by originating system/user request. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<ProcedureRequestStatusEnum> |
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:
ProcedureRequestStatus
|
| Modifier and Type | Method and Description |
|---|---|
static ProcedureRequestStatusEnum |
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 ProcedureRequestStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcedureRequestStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcedureRequestStatusEnum PROPOSED
public static final ProcedureRequestStatusEnum DRAFT
public static final ProcedureRequestStatusEnum REQUESTED
public static final ProcedureRequestStatusEnum RECEIVED
public static final ProcedureRequestStatusEnum ACCEPTED
public static final ProcedureRequestStatusEnum IN_PROGRESS
public static final ProcedureRequestStatusEnum COMPLETED
public static final ProcedureRequestStatusEnum SUSPENDED
public static final ProcedureRequestStatusEnum REJECTED
public static final ProcedureRequestStatusEnum ABORTED
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<ProcedureRequestStatusEnum> VALUESET_BINDER
public static ProcedureRequestStatusEnum[] values()
for (ProcedureRequestStatusEnum c : ProcedureRequestStatusEnum.values()) System.out.println(c);
public static ProcedureRequestStatusEnum 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 ProcedureRequestStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.