Uses of Class
org.linuxforhealth.fhir.model.resource.CarePlan.Activity
- 
Packages that use CarePlan.Activity Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of CarePlan.Activity in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return CarePlan.Activity Modifier and Type Method Description CarePlan.ActivityCarePlan.Activity.Builder. build()Build theCarePlan.ActivityMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type CarePlan.Activity Modifier and Type Method Description java.util.List<CarePlan.Activity>CarePlan. getActivity()Identifies a planned action to occur as part of the plan.Methods in org.linuxforhealth.fhir.model.resource with parameters of type CarePlan.Activity Modifier and Type Method Description CarePlan.BuilderCarePlan.Builder. activity(CarePlan.Activity... activity)Identifies a planned action to occur as part of the plan.protected CarePlan.Activity.BuilderCarePlan.Activity.Builder. from(CarePlan.Activity activity)protected voidCarePlan.Activity.Builder. validate(CarePlan.Activity activity)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type CarePlan.Activity Modifier and Type Method Description CarePlan.BuilderCarePlan.Builder. activity(java.util.Collection<CarePlan.Activity> activity)Identifies a planned action to occur as part of the plan. 
 -