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.Target
PlanDefinition.Goal.Target.Builder. build()
Build thePlanDefinition.Goal.Target
Methods 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.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.protected void
PlanDefinition.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.Builder
PlanDefinition.Goal.Builder. target(java.util.Collection<PlanDefinition.Goal.Target> target)
Indicates what should be done and within what timeframe.
-