| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource | |
| ca.uhn.fhir.model.dstu2.valueset |
| Modifier and Type | Method and Description |
|---|---|
BoundCodeableConceptDt<GoalCategoryEnum> |
Goal.addCategory()
Add a value for category ()
|
BoundCodeableConceptDt<GoalCategoryEnum> |
Goal.addCategory(GoalCategoryEnum theValue)
Add a value for category () using an enumerated type.
|
List<BoundCodeableConceptDt<GoalCategoryEnum>> |
Goal.getCategory()
Gets the value(s) for category ().
|
BoundCodeableConceptDt<GoalCategoryEnum> |
Goal.getCategoryFirstRep()
Gets the first repetition for category (),
creating it if it does not already exist.
|
| Modifier and Type | Method and Description |
|---|---|
BoundCodeableConceptDt<GoalCategoryEnum> |
Goal.addCategory(GoalCategoryEnum theValue)
Add a value for category () using an enumerated type.
|
Goal |
Goal.setCategory(GoalCategoryEnum theValue)
Sets the value(s), and clears any existing value(s) for category ()
|
| Modifier and Type | Method and Description |
|---|---|
Goal |
Goal.setCategory(List<BoundCodeableConceptDt<GoalCategoryEnum>> theValue)
Sets the value(s) for category ()
|
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<GoalCategoryEnum> |
GoalCategoryEnum.VALUESET_BINDER
Converts codes to their respective enumerated values
|
| Modifier and Type | Method and Description |
|---|---|
static GoalCategoryEnum |
GoalCategoryEnum.forCode(String theCode)
Returns the enumerated value associated with this code
|
static GoalCategoryEnum |
GoalCategoryEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoalCategoryEnum[] |
GoalCategoryEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2016 University Health Network. All rights reserved.