public enum GoalCategoryEnum extends Enum<GoalCategoryEnum>
| Enum Constant and Description |
|---|
BEHAVIORAL
Display: behavioral
Code Value: behavioral Goals related to the manner in which the subject acts. |
DIETARY
Display: dietary
Code Value: dietary Goals related to the consumption of food and/or beverages. |
NURSING
Display: nursing
Code Value: nursing Goals related to the practice of nursing or established by nurses. |
PHYSIOTHERAPY
Display: physiotherapy
Code Value: physiotherapy Goals related to the mobility and motor capability of the subject. |
SAFETY
Display: safety
Code Value: safety Goals related to the personal protection of the subject. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<GoalCategoryEnum> |
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:
GoalCategory
|
| Modifier and Type | Method and Description |
|---|---|
static GoalCategoryEnum |
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 GoalCategoryEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoalCategoryEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoalCategoryEnum DIETARY
public static final GoalCategoryEnum SAFETY
public static final GoalCategoryEnum BEHAVIORAL
public static final GoalCategoryEnum NURSING
public static final GoalCategoryEnum PHYSIOTHERAPY
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<GoalCategoryEnum> VALUESET_BINDER
public static GoalCategoryEnum[] values()
for (GoalCategoryEnum c : GoalCategoryEnum.values()) System.out.println(c);
public static GoalCategoryEnum 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 GoalCategoryEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.