Uses of Class
com.ibm.fhir.model.resource.Goal.Target
-
Packages that use Goal.Target Package Description com.ibm.fhir.model.resource -
-
Uses of Goal.Target in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Goal.Target Modifier and Type Method Description Goal.TargetGoal.Target.Builder. build()Build theGoal.TargetMethods in com.ibm.fhir.model.resource that return types with arguments of type Goal.Target Modifier and Type Method Description List<Goal.Target>Goal. getTarget()Indicates what should be done by when.Methods in com.ibm.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 com.ibm.fhir.model.resource with type arguments of type Goal.Target Modifier and Type Method Description Goal.BuilderGoal.Builder. target(Collection<Goal.Target> target)Indicates what should be done by when.
-