Uses of Class
org.linuxforhealth.fhir.model.resource.PlanDefinition.Goal
-
Packages that use PlanDefinition.Goal Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of PlanDefinition.Goal in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return PlanDefinition.Goal Modifier and Type Method Description PlanDefinition.GoalPlanDefinition.Goal.Builder. build()Build thePlanDefinition.GoalMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type PlanDefinition.Goal Modifier and Type Method Description java.util.List<PlanDefinition.Goal>PlanDefinition. getGoal()A goal describes an expected outcome that activities within the plan are intended to achieve.Methods in org.linuxforhealth.fhir.model.resource with parameters of type PlanDefinition.Goal Modifier and Type Method Description protected PlanDefinition.Goal.BuilderPlanDefinition.Goal.Builder. from(PlanDefinition.Goal goal)PlanDefinition.BuilderPlanDefinition.Builder. goal(PlanDefinition.Goal... goal)A goal describes an expected outcome that activities within the plan are intended to achieve.protected voidPlanDefinition.Goal.Builder. validate(PlanDefinition.Goal goal)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type PlanDefinition.Goal Modifier and Type Method Description PlanDefinition.BuilderPlanDefinition.Builder. goal(java.util.Collection<PlanDefinition.Goal> goal)A goal describes an expected outcome that activities within the plan are intended to achieve.
-