Uses of Class
ca.uhn.fhir.model.dstu2.resource.CarePlan.RelatedPlan
-
Uses of CarePlan.RelatedPlan in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionCarePlan.addRelatedPlan()
Adds and returns a new value for relatedPlan ()CarePlan.getRelatedPlanFirstRep()
Gets the first repetition for relatedPlan (), creating it if it does not already exist.CarePlan.RelatedPlan.setCode
(CarePlanRelationshipEnum theValue) Sets the value(s) for code ()CarePlan.RelatedPlan.setCode
(ca.uhn.fhir.model.primitive.BoundCodeDt<CarePlanRelationshipEnum> theValue) Sets the value(s) for code ()CarePlan.RelatedPlan.setPlan
(ResourceReferenceDt theValue) Sets the value(s) for plan ()Modifier and TypeMethodDescriptionCarePlan.getRelatedPlan()
Gets the value(s) for relatedPlan ().Modifier and TypeMethodDescriptionCarePlan.addRelatedPlan
(CarePlan.RelatedPlan theValue) Adds a given new value for relatedPlan ()Modifier and TypeMethodDescriptionCarePlan.setRelatedPlan
(List<CarePlan.RelatedPlan> theValue) Sets the value(s) for relatedPlan ()