public enum GoalStatusEnum extends Enum<GoalStatusEnum>
| Enum Constant and Description |
|---|
ACCEPTED
Display: Accepted
Code Value: accepted A proposed goal was accepted |
ACHIEVED
Display: Achieved
Code Value: achieved The goal has been met and no further action is needed |
CANCELLED
Display: Cancelled
Code Value: cancelled The goal is no longer being sought |
IN_PROGRESS
Display: In Progress
Code Value: in-progress The goal is being sought but has not yet been reached. |
ON_HOLD
Display: On Hold
Code Value: on-hold The goal remains a long term objective but is no longer being actively pursued for a temporary period of time. |
PLANNED
Display: Planned
Code Value: planned A goal is planned for this patient |
PROPOSED
Display: Proposed
Code Value: proposed A goal is proposed for this patient |
REJECTED
Display: Rejected
Code Value: rejected A proposed goal was rejected |
SUSTAINING
Display: Sustaining
Code Value: sustaining The goal has been met, but ongoing activity is needed to sustain the goal objective |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<GoalStatusEnum> |
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:
GoalStatus
|
| Modifier and Type | Method and Description |
|---|---|
static GoalStatusEnum |
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 GoalStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoalStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoalStatusEnum PROPOSED
public static final GoalStatusEnum PLANNED
public static final GoalStatusEnum ACCEPTED
public static final GoalStatusEnum REJECTED
public static final GoalStatusEnum IN_PROGRESS
public static final GoalStatusEnum ACHIEVED
public static final GoalStatusEnum SUSTAINING
public static final GoalStatusEnum ON_HOLD
public static final GoalStatusEnum CANCELLED
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<GoalStatusEnum> VALUESET_BINDER
public static GoalStatusEnum[] values()
for (GoalStatusEnum c : GoalStatusEnum.values()) System.out.println(c);
public static GoalStatusEnum 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 GoalStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.