
Uses of Class
ca.uhn.fhir.model.dstu2.resource.CarePlan.Activity
Packages that use CarePlan.Activity
-
Uses of CarePlan.Activity in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return CarePlan.ActivityModifier and TypeMethodDescriptionCarePlan.addActivity()
Adds and returns a new value for activity ()CarePlan.Activity.addProgress
(AnnotationDt theValue) Adds a given new value for progress ()CarePlan.getActivityFirstRep()
Gets the first repetition for activity (), creating it if it does not already exist.CarePlan.Activity.setActionResulting
(List<ResourceReferenceDt> theValue) Sets the value(s) for actionResulting ()CarePlan.Activity.setDetail
(CarePlan.ActivityDetail theValue) Sets the value(s) for detail ()CarePlan.Activity.setProgress
(List<AnnotationDt> theValue) Sets the value(s) for progress ()CarePlan.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.ActivityMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type CarePlan.ActivityModifier and TypeMethodDescriptionCarePlan.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.ActivityModifier and TypeMethodDescriptionCarePlan.setActivity
(List<CarePlan.Activity> theValue) Sets the value(s) for activity ()