Uses of Class
org.hl7.fhir.dstu2.model.CarePlan
-
Packages that use CarePlan Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of CarePlan in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return CarePlan Modifier and Type Method Description protected CarePlanJsonParser. parseCarePlan(com.google.gson.JsonObject json)protected CarePlanXmlParser. parseCarePlan(org.xmlpull.v1.XmlPullParser xpp) -
Uses of CarePlan in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as CarePlan Modifier and Type Field Description protected CarePlanCarePlan.CarePlanRelatedPlanComponent. planTargetThe actual object that is the target of the reference (A reference to the plan to which a relationship is asserted.)Methods in org.hl7.fhir.dstu2.model with parameters of type CarePlan Modifier and Type Method Description CarePlan.CarePlanRelatedPlanComponentCarePlan.CarePlanRelatedPlanComponent. setPlanTarget(CarePlan value)
-