Uses of Class
ca.uhn.fhir.model.dstu2.resource.CarePlan.Activity
-
Uses of CarePlan.Activity in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionCarePlan.addActivity
(CarePlan.Activity theValue) Adds a given new value for activity ()Modifier and TypeMethodDescriptionCarePlan.setActivity
(List<CarePlan.Activity> theValue) Sets the value(s) for activity ()