public enum GoalAchievement extends Enum<GoalAchievement>
| Enum Constant and Description |
|---|
ACHIEVED
The goal has been met.
|
IMPROVING
The goal is being sought, and is progressing.
|
INPROGRESS
The goal is being sought but has not yet been reached.
|
NOCHANGE
The goal is being sought, but the trend is flat.
|
NOPROGRESS
The goal has not been met and little to no progress towards target.
|
NOTACHIEVED
The goal has not been met and there might or might not have been progress towards target.
|
NOTATTAINABLE
The goal is not possible to be met.
|
NULL
added to help the parsers
|
SUSTAINING
The goal has been met, but ongoing activity is needed to sustain the goal objective.
|
WORSENING
The goal is being sought, but is regressing.
|
| Modifier and Type | Method and Description |
|---|---|
static GoalAchievement |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static GoalAchievement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoalAchievement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoalAchievement INPROGRESS
public static final GoalAchievement IMPROVING
public static final GoalAchievement WORSENING
public static final GoalAchievement NOCHANGE
public static final GoalAchievement ACHIEVED
public static final GoalAchievement SUSTAINING
public static final GoalAchievement NOTACHIEVED
public static final GoalAchievement NOPROGRESS
public static final GoalAchievement NOTATTAINABLE
public static final GoalAchievement NULL
public static GoalAchievement[] values()
for (GoalAchievement c : GoalAchievement.values()) System.out.println(c);
public static GoalAchievement 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 GoalAchievement fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.