Uses of Class
org.hl7.fhir.r4.model.Goal.GoalLifecycleStatus
-
Packages that use Goal.GoalLifecycleStatus Package Description org.hl7.fhir.r4.model -
-
Uses of Goal.GoalLifecycleStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Goal.GoalLifecycleStatus Modifier and Type Field Description protected Enumeration<Goal.GoalLifecycleStatus>Goal. lifecycleStatusThe state of the goal throughout its lifecycle.Methods in org.hl7.fhir.r4.model that return Goal.GoalLifecycleStatus Modifier and Type Method Description static Goal.GoalLifecycleStatusGoal.GoalLifecycleStatus. fromCode(String codeString)Goal.GoalLifecycleStatusGoal.GoalLifecycleStatusEnumFactory. fromCode(String codeString)Goal.GoalLifecycleStatusGoal. getLifecycleStatus()static Goal.GoalLifecycleStatusGoal.GoalLifecycleStatus. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Goal.GoalLifecycleStatus Modifier and Type Method Description Enumeration<Goal.GoalLifecycleStatus>Goal.GoalLifecycleStatusEnumFactory. fromType(Base code)Enumeration<Goal.GoalLifecycleStatus>Goal. getLifecycleStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Goal.GoalLifecycleStatus Modifier and Type Method Description GoalGoal. setLifecycleStatus(Goal.GoalLifecycleStatus value)StringGoal.GoalLifecycleStatusEnumFactory. toCode(Goal.GoalLifecycleStatus code)StringGoal.GoalLifecycleStatusEnumFactory. toSystem(Goal.GoalLifecycleStatus code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Goal.GoalLifecycleStatus Modifier and Type Method Description GoalGoal. setLifecycleStatusElement(Enumeration<Goal.GoalLifecycleStatus> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Goal.GoalLifecycleStatus Constructor Description Goal(Enumeration<Goal.GoalLifecycleStatus> lifecycleStatus, CodeableConcept description, Reference subject)Constructor
-