Uses of Class
ca.uhn.fhir.model.dstu2.resource.CarePlan
Packages that use CarePlan
-
Uses of CarePlan in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return CarePlanModifier and TypeMethodDescriptionCarePlan.addActivity(CarePlan.Activity theValue)Adds a given new value for activity ()CarePlan.addCategory(CodeableConceptDt theValue)Adds a given new value for category ()CarePlan.addIdentifier(IdentifierDt theValue)Adds a given new value for identifier ()CarePlan.addParticipant(CarePlan.Participant theValue)Adds a given new value for participant ()CarePlan.addRelatedPlan(CarePlan.RelatedPlan theValue)Adds a given new value for relatedPlan ()CarePlan.setActivity(List<CarePlan.Activity> theValue)Sets the value(s) for activity ()CarePlan.setAddresses(List<ResourceReferenceDt> theValue)Sets the value(s) for addresses ()CarePlan.setAuthor(List<ResourceReferenceDt> theValue)Sets the value(s) for author ()CarePlan.setCategory(List<CodeableConceptDt> theValue)Sets the value(s) for category ()CarePlan.setContext(ResourceReferenceDt theValue)Sets the value(s) for context ()CarePlan.setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for description ()CarePlan.setDescription(String theString)Sets the value for description ()CarePlan.setGoal(List<ResourceReferenceDt> theValue)Sets the value(s) for goal ()CarePlan.setIdentifier(List<IdentifierDt> theValue)Sets the value(s) for identifier ()CarePlan.setModified(ca.uhn.fhir.model.primitive.DateTimeDt theValue)Sets the value(s) for modified ()CarePlan.setModified(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for modified ()CarePlan.setModifiedWithSecondsPrecision(Date theDate)Sets the value for modified ()CarePlan.setNote(AnnotationDt theValue)Sets the value(s) for note ()CarePlan.setParticipant(List<CarePlan.Participant> theValue)Sets the value(s) for participant ()Sets the value(s) for period ()CarePlan.setRelatedPlan(List<CarePlan.RelatedPlan> theValue)Sets the value(s) for relatedPlan ()CarePlan.setStatus(CarePlanStatusEnum theValue)Sets the value(s) for status ()CarePlan.setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<CarePlanStatusEnum> theValue)Sets the value(s) for status ()CarePlan.setSubject(ResourceReferenceDt theValue)Sets the value(s) for subject ()CarePlan.setSupport(List<ResourceReferenceDt> theValue)Sets the value(s) for support ()