public enum GoalPriorityEnum extends Enum<GoalPriorityEnum>
| Enum Constant and Description |
|---|
HIGH
Display: high
Code Value: high Indicates that the goal is of considerable importance and should be a primary focus of care delivery. |
LOW
Display: low
Code Value: low The goal is desirable but is not sufficiently important to devote significant resources to. |
MEDIUM
Display: medium
Code Value: medium Indicates that the goal has a reasonable degree of importance and that concrete action should be taken towards the goal. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<GoalPriorityEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
GoalPriority
|
| Modifier and Type | Method and Description |
|---|---|
static GoalPriorityEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static GoalPriorityEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoalPriorityEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoalPriorityEnum HIGH
public static final GoalPriorityEnum MEDIUM
public static final GoalPriorityEnum LOW
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<GoalPriorityEnum> VALUESET_BINDER
public static GoalPriorityEnum[] values()
for (GoalPriorityEnum c : GoalPriorityEnum.values()) System.out.println(c);
public static GoalPriorityEnum 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 GoalPriorityEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.