public enum GoalStatusReason extends Enum<GoalStatusReason>
| Enum Constant and Description |
|---|
LIFEEVENT
Goal suspended or ended because of a significant life event (marital change, bereavement, etc.).
|
NULL
added to help the parsers
|
PATIENTREQUEST
Patient wishes the goal to be set aside, at least temporarily.
|
REPLACED
Goal has been superseded by a new goal.
|
SURGERY
Goal suspended or ended because of a surgical procedure.
|
| Modifier and Type | Method and Description |
|---|---|
static GoalStatusReason |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static GoalStatusReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoalStatusReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoalStatusReason SURGERY
public static final GoalStatusReason LIFEEVENT
public static final GoalStatusReason REPLACED
public static final GoalStatusReason PATIENTREQUEST
public static final GoalStatusReason NULL
public static GoalStatusReason[] values()
for (GoalStatusReason c : GoalStatusReason.values()) System.out.println(c);
public static GoalStatusReason 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 GoalStatusReason fromCode(String codeString) throws Exception
Exceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.