Uses of Enum
org.hl7.fhir.r4.model.Goal.GoalLifecycleStatus
-
Uses of Goal.GoalLifecycleStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Goal.GoalLifecycleStatus> Goal.lifecycleStatus
The state of the goal throughout its lifecycle.Modifier and TypeMethodDescriptionstatic Goal.GoalLifecycleStatus
Goal.getLifecycleStatus()
static Goal.GoalLifecycleStatus
Returns the enum constant of this type with the specified name.static Goal.GoalLifecycleStatus[]
Goal.GoalLifecycleStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionGoal.GoalLifecycleStatusEnumFactory.fromType
(PrimitiveType<?> code) Goal.getLifecycleStatusElement()
Modifier and TypeMethodDescriptionGoal.setLifecycleStatus
(Goal.GoalLifecycleStatus value) Goal.GoalLifecycleStatusEnumFactory.toCode
(Goal.GoalLifecycleStatus code) Goal.GoalLifecycleStatusEnumFactory.toSystem
(Goal.GoalLifecycleStatus code) Modifier and TypeMethodDescriptionGoal.setLifecycleStatusElement
(Enumeration<Goal.GoalLifecycleStatus> value) ModifierConstructorDescriptionGoal
(Enumeration<Goal.GoalLifecycleStatus> lifecycleStatus, CodeableConcept description, Reference subject) Constructor