public static enum Goal.GoalLifecycleStatus extends Enum<Goal.GoalLifecycleStatus>
| Enum Constant and Description |
|---|
ACCEPTED
A proposed goal was accepted or acknowledged.
|
ACTIVE
The goal is being sought actively.
|
CANCELLED
The goal has been abandoned.
|
COMPLETED
The goal is no longer being sought.
|
ENTEREDINERROR
The goal was entered in error and voided.
|
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.
|
PLANNED
A goal is planned for this patient.
|
PROPOSED
A goal is proposed for this patient.
|
REJECTED
A proposed goal was rejected.
|
| Modifier and Type | Method and Description |
|---|---|
static Goal.GoalLifecycleStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Goal.GoalLifecycleStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Goal.GoalLifecycleStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Goal.GoalLifecycleStatus PROPOSED
public static final Goal.GoalLifecycleStatus PLANNED
public static final Goal.GoalLifecycleStatus ACCEPTED
public static final Goal.GoalLifecycleStatus ACTIVE
public static final Goal.GoalLifecycleStatus ONHOLD
public static final Goal.GoalLifecycleStatus COMPLETED
public static final Goal.GoalLifecycleStatus CANCELLED
public static final Goal.GoalLifecycleStatus ENTEREDINERROR
public static final Goal.GoalLifecycleStatus REJECTED
public static final Goal.GoalLifecycleStatus NULL
public static Goal.GoalLifecycleStatus[] values()
for (Goal.GoalLifecycleStatus c : Goal.GoalLifecycleStatus.values()) System.out.println(c);
public static Goal.GoalLifecycleStatus 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.GoalLifecycleStatus 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.