Uses of Class
com.ibm.fhir.model.resource.PlanDefinition.Goal
-
Packages that use PlanDefinition.Goal Package Description com.ibm.fhir.model.resource -
-
Uses of PlanDefinition.Goal in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return PlanDefinition.Goal Modifier and Type Method Description PlanDefinition.GoalPlanDefinition.Goal.Builder. build()Build thePlanDefinition.GoalMethods in com.ibm.fhir.model.resource that return types with arguments of type PlanDefinition.Goal Modifier and Type Method Description java.util.List<PlanDefinition.Goal>PlanDefinition. getGoal()Goals that describe what the activities within the plan are intended to achieve.Methods in com.ibm.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)Goals that describe what the activities within the plan are intended to achieve.protected voidPlanDefinition.Goal.Builder. validate(PlanDefinition.Goal goal)Method parameters in com.ibm.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)Goals that describe what the activities within the plan are intended to achieve.
-