Uses of Enum
org.hl7.fhir.dstu3.model.Goal.GoalStatus
-
Uses of Goal.GoalStatus in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Goal.GoalStatus> Goal.status
Indicates whether the goal has been reached and is still considered relevant.Modifier and TypeMethodDescriptionstatic Goal.GoalStatus
Goal.getStatus()
static Goal.GoalStatus
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 TypeMethodDescriptionGoal.GoalStatusEnumFactory.fromType
(PrimitiveType<?> code) Goal.getStatusElement()
Modifier and TypeMethodDescriptionGoal.setStatus
(Goal.GoalStatus value) Goal.GoalStatusEnumFactory.toCode
(Goal.GoalStatus code) Goal.GoalStatusEnumFactory.toSystem
(Goal.GoalStatus code) ModifierConstructorDescriptionGoal
(Enumeration<Goal.GoalStatus> status, CodeableConcept description) Constructor