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.Goal
PlanDefinition.Goal.Builder. build()
Build thePlanDefinition.Goal
Methods 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.Builder
PlanDefinition.Goal.Builder. from(PlanDefinition.Goal goal)
PlanDefinition.Builder
PlanDefinition.Builder. goal(PlanDefinition.Goal... goal)
A goal describes an expected outcome that activities within the plan are intended to achieve.protected void
PlanDefinition.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.Builder
PlanDefinition.Builder. goal(java.util.Collection<PlanDefinition.Goal> goal)
A goal describes an expected outcome that activities within the plan are intended to achieve.
-