public enum GoalCategory extends Enum<GoalCategory>
| Enum Constant and Description |
|---|
BEHAVIORAL
Goals related to the manner in which the subject acts.
|
DIETARY
Goals related to the consumption of food and/or beverages.
|
NULL
added to help the parsers
|
NURSING
Goals related to the practice of nursing or established by nurses.
|
PHYSIOTHERAPY
Goals related to the mobility and/or motor capability of the subject.
|
SAFETY
Goals related to the personal protection of the subject.
|
| Modifier and Type | Method and Description |
|---|---|
static GoalCategory |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static GoalCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoalCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoalCategory DIETARY
public static final GoalCategory SAFETY
public static final GoalCategory BEHAVIORAL
public static final GoalCategory NURSING
public static final GoalCategory PHYSIOTHERAPY
public static final GoalCategory NULL
public static GoalCategory[] values()
for (GoalCategory c : GoalCategory.values()) System.out.println(c);
public static GoalCategory 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 GoalCategory 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.