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