Uses of Class
com.ibm.fhir.model.resource.PlanDefinition.Goal.Target
-
Packages that use PlanDefinition.Goal.Target Package Description com.ibm.fhir.model.resource -
-
Uses of PlanDefinition.Goal.Target in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return PlanDefinition.Goal.Target Modifier and Type Method Description PlanDefinition.Goal.Target
PlanDefinition.Goal.Target.Builder. build()
Build thePlanDefinition.Goal.Target
Methods in com.ibm.fhir.model.resource that return types with arguments of type PlanDefinition.Goal.Target Modifier and Type Method Description List<PlanDefinition.Goal.Target>
PlanDefinition.Goal. getTarget()
Indicates what should be done and within what timeframe.Methods in com.ibm.fhir.model.resource with parameters of type PlanDefinition.Goal.Target Modifier and Type Method Description protected PlanDefinition.Goal.Target.Builder
PlanDefinition.Goal.Target.Builder. from(PlanDefinition.Goal.Target target)
PlanDefinition.Goal.Builder
PlanDefinition.Goal.Builder. target(PlanDefinition.Goal.Target... target)
Indicates what should be done and within what timeframe.Method parameters in com.ibm.fhir.model.resource with type arguments of type PlanDefinition.Goal.Target Modifier and Type Method Description PlanDefinition.Goal.Builder
PlanDefinition.Goal.Builder. target(Collection<PlanDefinition.Goal.Target> target)
Indicates what should be done and within what timeframe.
-