| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Goal.GoalStatus> |
Goal.status
Indicates whether the goal has been reached and is still considered relevant.
|
| Modifier and Type | Method and Description |
|---|---|
static Goal.GoalStatus |
Goal.GoalStatus.fromCode(String codeString) |
Goal.GoalStatus |
Goal.GoalStatusEnumFactory.fromCode(String codeString) |
Goal.GoalStatus |
Goal.getStatus() |
static Goal.GoalStatus |
Goal.GoalStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Goal.GoalStatus[] |
Goal.GoalStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Goal.GoalStatus> |
Goal.GoalStatusEnumFactory.fromType(Base code) |
Enumeration<Goal.GoalStatus> |
Goal.getStatusElement() |
| Modifier and Type | Method and Description |
|---|---|
Goal |
Goal.setStatus(Goal.GoalStatus value) |
String |
Goal.GoalStatusEnumFactory.toCode(Goal.GoalStatus code) |
String |
Goal.GoalStatusEnumFactory.toSystem(Goal.GoalStatus code) |
| Modifier and Type | Method and Description |
|---|---|
Goal |
Goal.setStatusElement(Enumeration<Goal.GoalStatus> value) |
| Constructor and Description |
|---|
Goal(Enumeration<Goal.GoalStatus> status,
CodeableConcept description,
Reference subject)
Constructor
|
Copyright © 2014–2018 University Health Network. All rights reserved.