Uses of Class
org.linuxforhealth.fhir.model.resource.Goal.Target
-
Packages that use Goal.Target Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Goal.Target in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Goal.Target Modifier and Type Method Description Goal.TargetGoal.Target.Builder. build()Build theGoal.TargetMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Goal.Target Modifier and Type Method Description java.util.List<Goal.Target>Goal. getTarget()Indicates what should be done by when.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Goal.Target Modifier and Type Method Description protected Goal.Target.BuilderGoal.Target.Builder. from(Goal.Target target)Goal.BuilderGoal.Builder. target(Goal.Target... target)Indicates what should be done by when.protected voidGoal.Target.Builder. validate(Goal.Target target)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Goal.Target Modifier and Type Method Description Goal.BuilderGoal.Builder. target(java.util.Collection<Goal.Target> target)Indicates what should be done by when.
-