public enum CarePlanStatusEnum extends Enum<CarePlanStatusEnum>
| Enum Constant and Description |
|---|
ACTIVE
Display: Active
Code Value: active The plan is intended to be followed and used as part of patient care. |
CANCELLED
Display: Cancelled
Code Value: cancelled The plan has been terminated prior to reaching completion (though it may have been replaced by a new plan). |
COMPLETED
Display: Completed
Code Value: completed The plan is no longer in use and is not expected to be followed or used in patient care. |
PENDING
Display: Pending
Code Value: draft The plan is in development or awaiting use but is not yet intended to be acted upon. |
PROPOSED
Display: Proposed
Code Value: proposed The plan has been suggested but no commitment to it has yet been made. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<CarePlanStatusEnum> |
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:
CarePlanStatus
|
| Modifier and Type | Method and Description |
|---|---|
static CarePlanStatusEnum |
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 CarePlanStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CarePlanStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CarePlanStatusEnum PROPOSED
public static final CarePlanStatusEnum PENDING
public static final CarePlanStatusEnum ACTIVE
public static final CarePlanStatusEnum COMPLETED
public static final CarePlanStatusEnum CANCELLED
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<CarePlanStatusEnum> VALUESET_BINDER
public static CarePlanStatusEnum[] values()
for (CarePlanStatusEnum c : CarePlanStatusEnum.values()) System.out.println(c);
public static CarePlanStatusEnum 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 CarePlanStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.