Uses of Class
ca.uhn.fhir.model.dstu2.resource.CarePlan.RelatedPlan
-
Packages that use CarePlan.RelatedPlan Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of CarePlan.RelatedPlan in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return CarePlan.RelatedPlan Modifier and Type Method Description CarePlan.RelatedPlanCarePlan. addRelatedPlan()Adds and returns a new value for relatedPlan ()CarePlan.RelatedPlanCarePlan. getRelatedPlanFirstRep()Gets the first repetition for relatedPlan (), creating it if it does not already exist.CarePlan.RelatedPlanCarePlan.RelatedPlan. setCode(CarePlanRelationshipEnum theValue)Sets the value(s) for code ()CarePlan.RelatedPlanCarePlan.RelatedPlan. setCode(ca.uhn.fhir.model.primitive.BoundCodeDt<CarePlanRelationshipEnum> theValue)Sets the value(s) for code ()CarePlan.RelatedPlanCarePlan.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.RelatedPlan Modifier and Type Method Description List<CarePlan.RelatedPlan>CarePlan. getRelatedPlan()Gets the value(s) for relatedPlan ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type CarePlan.RelatedPlan Modifier and Type Method Description CarePlanCarePlan. 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.RelatedPlan Modifier and Type Method Description CarePlanCarePlan. setRelatedPlan(List<CarePlan.RelatedPlan> theValue)Sets the value(s) for relatedPlan ()
-