public enum GoalPriority extends Enum<GoalPriority>
| Enum Constant and Description |
|---|
HIGHPRIORITY
Indicates that the goal is of considerable importance and should be a primary focus of care delivery.
|
LOWPRIORITY
The goal is desirable but is not sufficiently important to devote significant resources to.
|
MEDIUMPRIORITY
Indicates that the goal has a reasonable degree of importance and that concrete action should be taken towards the goal.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static GoalPriority |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static GoalPriority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoalPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoalPriority HIGHPRIORITY
public static final GoalPriority MEDIUMPRIORITY
public static final GoalPriority LOWPRIORITY
public static final GoalPriority NULL
public static GoalPriority[] values()
for (GoalPriority c : GoalPriority.values()) System.out.println(c);
public static GoalPriority 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 GoalPriority 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.