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.Goal
PlanDefinition.Goal.Builder. build()
Build thePlanDefinition.Goal
Methods in com.ibm.fhir.model.resource that return types with arguments of type PlanDefinition.Goal Modifier and Type Method Description 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.Builder
PlanDefinition.Goal.Builder. from(PlanDefinition.Goal goal)
PlanDefinition.Builder
PlanDefinition.Builder. goal(PlanDefinition.Goal... goal)
Goals that describe what the activities within the plan are intended to achieve.Method parameters in com.ibm.fhir.model.resource with type arguments of type PlanDefinition.Goal Modifier and Type Method Description PlanDefinition.Builder
PlanDefinition.Builder. goal(Collection<PlanDefinition.Goal> goal)
Goals that describe what the activities within the plan are intended to achieve.
-