public static enum Goal.GoalStatus extends Enum<Goal.GoalStatus>
| Enum Constant and Description |
|---|
ACCEPTED
A proposed goal was accepted or acknowledged
|
ACHIEVED
The goal has been met and no further action is needed
|
AHEADOFTARGET
The goal is ahead of the planned timelines
|
BEHINDTARGET
The goal is behind the planned timelines
|
CANCELLED
The previously accepted goal is no longer being sought
|
ENTEREDINERROR
The goal was entered in error and voided.
|
INPROGRESS
The goal is being sought but has not yet been reached.
|
NULL
added to help the parsers with the generic types
|
ONHOLD
The goal remains a long term objective but is no longer being actively pursued for a temporary period of time.
|
ONTARGET
The goal is on schedule for the planned timelines
|
PLANNED
A goal is planned for this patient
|
PROPOSED
A goal is proposed for this patient
|
REJECTED
A proposed goal was rejected
|
SUSTAINING
The goal has been met, but ongoing activity is needed to sustain the goal objective
|
| Modifier and Type | Method and Description |
|---|---|
static Goal.GoalStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Goal.GoalStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Goal.GoalStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Goal.GoalStatus PROPOSED
public static final Goal.GoalStatus ACCEPTED
public static final Goal.GoalStatus PLANNED
public static final Goal.GoalStatus INPROGRESS
public static final Goal.GoalStatus ONTARGET
public static final Goal.GoalStatus AHEADOFTARGET
public static final Goal.GoalStatus BEHINDTARGET
public static final Goal.GoalStatus SUSTAINING
public static final Goal.GoalStatus ACHIEVED
public static final Goal.GoalStatus ONHOLD
public static final Goal.GoalStatus CANCELLED
public static final Goal.GoalStatus ENTEREDINERROR
public static final Goal.GoalStatus REJECTED
public static final Goal.GoalStatus NULL
public static Goal.GoalStatus[] values()
for (Goal.GoalStatus c : Goal.GoalStatus.values()) System.out.println(c);
public static Goal.GoalStatus 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 Goal.GoalStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.