
Uses of Class
ca.uhn.fhir.model.dstu2.resource.CarePlan.RelatedPlan
Packages that use CarePlan.RelatedPlan
-
Uses of CarePlan.RelatedPlan in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return CarePlan.RelatedPlanModifier 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 ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type CarePlan.RelatedPlanModifier and TypeMethodDescriptionCarePlan.getRelatedPlan()
Gets the value(s) for relatedPlan ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type CarePlan.RelatedPlanModifier and TypeMethodDescriptionCarePlan.addRelatedPlan
(CarePlan.RelatedPlan theValue) Adds a given new value for relatedPlan ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type CarePlan.RelatedPlanModifier and TypeMethodDescriptionCarePlan.setRelatedPlan
(List<CarePlan.RelatedPlan> theValue) Sets the value(s) for relatedPlan ()