public enum ReferralStatusEnum extends Enum<ReferralStatusEnum>
| Enum Constant and Description |
|---|
ACCEPTED
Display: Accepted
Code Value: accepted The recipient has agreed to deliver the care requested by the referral. |
ACTIVE
Display: Active
Code Value: active The referral has been acknowledged by the recipient, and is in the process of being actioned. |
CANCELLED
Display: Cancelled
Code Value: cancelled The referral has been cancelled without being completed. |
COMPLETED
Display: Completed
Code Value: completed The referral has been completely actioned. |
DRAFT
Display: Draft
Code Value: draft A draft referral that has yet to be send. |
REJECTED
Display: Rejected
Code Value: rejected The recipient has declined to accept the referral. |
REQUESTED
Display: Requested
Code Value: requested The referral has been transmitted, but not yet acknowledged by the recipient. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<ReferralStatusEnum> |
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:
ReferralStatus
|
| Modifier and Type | Method and Description |
|---|---|
static ReferralStatusEnum |
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 ReferralStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferralStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferralStatusEnum DRAFT
public static final ReferralStatusEnum REQUESTED
public static final ReferralStatusEnum ACTIVE
public static final ReferralStatusEnum CANCELLED
public static final ReferralStatusEnum ACCEPTED
public static final ReferralStatusEnum REJECTED
public static final ReferralStatusEnum COMPLETED
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<ReferralStatusEnum> VALUESET_BINDER
public static ReferralStatusEnum[] values()
for (ReferralStatusEnum c : ReferralStatusEnum.values()) System.out.println(c);
public static ReferralStatusEnum 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 ReferralStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.