Uses of Class
ca.uhn.fhir.model.dstu2.resource.CarePlan.Activity
-
Packages that use CarePlan.Activity Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of CarePlan.Activity in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return CarePlan.Activity Modifier and Type Method Description CarePlan.ActivityCarePlan. addActivity()Adds and returns a new value for activity ()CarePlan.ActivityCarePlan.Activity. addProgress(AnnotationDt theValue)Adds a given new value for progress ()CarePlan.ActivityCarePlan. getActivityFirstRep()Gets the first repetition for activity (), creating it if it does not already exist.CarePlan.ActivityCarePlan.Activity. setActionResulting(List<ResourceReferenceDt> theValue)Sets the value(s) for actionResulting ()CarePlan.ActivityCarePlan.Activity. setDetail(CarePlan.ActivityDetail theValue)Sets the value(s) for detail ()CarePlan.ActivityCarePlan.Activity. setProgress(List<AnnotationDt> theValue)Sets the value(s) for progress ()CarePlan.ActivityCarePlan.Activity. setReference(ResourceReferenceDt theValue)Sets the value(s) for reference ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type CarePlan.Activity Modifier and Type Method Description List<CarePlan.Activity>CarePlan. getActivity()Gets the value(s) for activity ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type CarePlan.Activity Modifier and Type Method Description CarePlanCarePlan. addActivity(CarePlan.Activity theValue)Adds a given new value for activity ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type CarePlan.Activity Modifier and Type Method Description CarePlanCarePlan. setActivity(List<CarePlan.Activity> theValue)Sets the value(s) for activity ()
-