Uses of Class
org.hl7.fhir.dstu2.model.Goal.GoalStatus
-
Packages that use Goal.GoalStatus Package Description org.hl7.fhir.dstu2.model -
-
Uses of Goal.GoalStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Goal.GoalStatus Modifier and Type Field Description protected Enumeration<Goal.GoalStatus>Goal. statusIndicates whether the goal has been reached and is still considered relevant.Methods in org.hl7.fhir.dstu2.model that return Goal.GoalStatus Modifier and Type Method Description static Goal.GoalStatusGoal.GoalStatus. fromCode(String codeString)Goal.GoalStatusGoal.GoalStatusEnumFactory. fromCode(String codeString)Goal.GoalStatusGoal. getStatus()static Goal.GoalStatusGoal.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.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Goal.GoalStatus Modifier and Type Method Description Enumeration<Goal.GoalStatus>Goal.GoalStatusEnumFactory. fromType(Base code)Enumeration<Goal.GoalStatus>Goal. getStatusElement()Methods in org.hl7.fhir.dstu2.model with parameters of type Goal.GoalStatus Modifier and Type Method Description GoalGoal. setStatus(Goal.GoalStatus value)StringGoal.GoalStatusEnumFactory. toCode(Goal.GoalStatus code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Goal.GoalStatus Modifier and Type Method Description GoalGoal. setStatusElement(Enumeration<Goal.GoalStatus> value)Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type Goal.GoalStatus Constructor Description Goal(StringType description, Enumeration<Goal.GoalStatus> status)
-