Uses of Class
ca.uhn.fhir.model.dstu2.resource.CarePlan.ActivityDetail
-
Uses of CarePlan.ActivityDetail in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionCarePlan.ActivityDetail.addReasonCode
(CodeableConceptDt theValue) Adds a given new value for reasonCode ()CarePlan.Activity.getDetail()
Gets the value(s) for detail ().CarePlan.ActivityDetail.setCategory
(CodeableConceptDt theValue) Sets the value(s) for category ()CarePlan.ActivityDetail.setCode
(CodeableConceptDt theValue) Sets the value(s) for code ()CarePlan.ActivityDetail.setDailyAmount
(SimpleQuantityDt theValue) Sets the value(s) for dailyAmount ()CarePlan.ActivityDetail.setDescription
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()CarePlan.ActivityDetail.setDescription
(String theString) Sets the value for description ()CarePlan.ActivityDetail.setGoal
(List<ResourceReferenceDt> theValue) Sets the value(s) for goal ()CarePlan.ActivityDetail.setLocation
(ResourceReferenceDt theValue) Sets the value(s) for location ()CarePlan.ActivityDetail.setPerformer
(List<ResourceReferenceDt> theValue) Sets the value(s) for performer ()CarePlan.ActivityDetail.setProduct
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for product[x] ()CarePlan.ActivityDetail.setProhibited
(boolean theBoolean) Sets the value for prohibited ()CarePlan.ActivityDetail.setProhibited
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for prohibited ()CarePlan.ActivityDetail.setQuantity
(SimpleQuantityDt theValue) Sets the value(s) for quantity ()CarePlan.ActivityDetail.setReasonCode
(List<CodeableConceptDt> theValue) Sets the value(s) for reasonCode ()CarePlan.ActivityDetail.setReasonReference
(List<ResourceReferenceDt> theValue) Sets the value(s) for reasonReference ()CarePlan.ActivityDetail.setScheduled
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for scheduled[x] ()CarePlan.ActivityDetail.setStatus
(CarePlanActivityStatusEnum theValue) Sets the value(s) for status ()CarePlan.ActivityDetail.setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<CarePlanActivityStatusEnum> theValue) Sets the value(s) for status ()CarePlan.ActivityDetail.setStatusReason
(CodeableConceptDt theValue) Sets the value(s) for statusReason ()Modifier and TypeMethodDescriptionCarePlan.Activity.setDetail
(CarePlan.ActivityDetail theValue) Sets the value(s) for detail ()