public static enum Goal.GoalStatus extends Enum<Goal.GoalStatus>
| Enum Constant and Description |
|---|
ACCEPTED
A proposed goal was accepted
|
ACHIEVED
The goal has been met and no further action is needed
|
CANCELLED
The goal is no longer being sought
|
INPROGRESS
The goal is being sought but has not yet been reached.
|
NULL
added to help the parsers
|
ONHOLD
The goal remains a long term objective but is no longer being actively pursued for a temporary period of time.
|
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 PLANNED
public static final Goal.GoalStatus ACCEPTED
public static final Goal.GoalStatus REJECTED
public static final Goal.GoalStatus INPROGRESS
public static final Goal.GoalStatus ACHIEVED
public static final Goal.GoalStatus SUSTAINING
public static final Goal.GoalStatus ONHOLD
public static final Goal.GoalStatus CANCELLED
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.