public enum CommunicationRequestStatusEnum extends Enum<CommunicationRequestStatusEnum>
| Enum Constant and Description |
|---|
ACCEPTED
Display: Accepted
Code Value: accepted The receiving system has accepted the order, but work has not yet commenced. |
COMPLETED
Display: Completed
Code Value: completed The work has been complete, the report(s) released, and no further work is planned. |
FAILED
Display: Failed
Code Value: failed The communication 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 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<CommunicationRequestStatusEnum> |
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:
CommunicationRequestStatus
|
| Modifier and Type | Method and Description |
|---|---|
static CommunicationRequestStatusEnum |
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 CommunicationRequestStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunicationRequestStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommunicationRequestStatusEnum PROPOSED
public static final CommunicationRequestStatusEnum PLANNED
public static final CommunicationRequestStatusEnum REQUESTED
public static final CommunicationRequestStatusEnum RECEIVED
public static final CommunicationRequestStatusEnum ACCEPTED
public static final CommunicationRequestStatusEnum IN_PROGRESS
public static final CommunicationRequestStatusEnum COMPLETED
public static final CommunicationRequestStatusEnum SUSPENDED
public static final CommunicationRequestStatusEnum REJECTED
public static final CommunicationRequestStatusEnum FAILED
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<CommunicationRequestStatusEnum> VALUESET_BINDER
public static CommunicationRequestStatusEnum[] values()
for (CommunicationRequestStatusEnum c : CommunicationRequestStatusEnum.values()) System.out.println(c);
public static CommunicationRequestStatusEnum 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 CommunicationRequestStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.