
Uses of Class
org.hl7.fhir.dstu2.model.CarePlan
Packages that use CarePlan
-
Uses of CarePlan in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return CarePlanModifier and TypeMethodDescriptionprotected CarePlanJsonParser.parseCarePlan(com.google.gson.JsonObject json) protected CarePlanXmlParser.parseCarePlan(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type CarePlanModifier and TypeMethodDescriptionprotected voidJsonParser.composeCarePlan(String name, CarePlan element) protected voidXmlParser.composeCarePlan(String name, CarePlan element) protected voidJsonParser.composeCarePlanInner(CarePlan element) protected CarePlan.CarePlanActivityComponentJsonParser.parseCarePlanCarePlanActivityComponent(com.google.gson.JsonObject json, CarePlan owner) protected CarePlan.CarePlanActivityComponentXmlParser.parseCarePlanCarePlanActivityComponent(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner) protected CarePlan.CarePlanActivityDetailComponentJsonParser.parseCarePlanCarePlanActivityDetailComponent(com.google.gson.JsonObject json, CarePlan owner) protected CarePlan.CarePlanActivityDetailComponentXmlParser.parseCarePlanCarePlanActivityDetailComponent(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner) protected CarePlan.CarePlanParticipantComponentJsonParser.parseCarePlanCarePlanParticipantComponent(com.google.gson.JsonObject json, CarePlan owner) protected CarePlan.CarePlanParticipantComponentXmlParser.parseCarePlanCarePlanParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner) protected CarePlan.CarePlanRelatedPlanComponentJsonParser.parseCarePlanCarePlanRelatedPlanComponent(com.google.gson.JsonObject json, CarePlan owner) protected CarePlan.CarePlanRelatedPlanComponentXmlParser.parseCarePlanCarePlanRelatedPlanComponent(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner) -
Uses of CarePlan in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as CarePlanModifier and TypeFieldDescriptionprotected 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 that return CarePlanModifier and TypeMethodDescriptionCarePlan.addActivity(CarePlan.CarePlanActivityComponent t) CarePlan.addAddresses(Reference t) CarePlan.addCategory(CodeableConcept t) CarePlan.addIdentifier(Identifier t) CarePlan.addParticipant(CarePlan.CarePlanParticipantComponent t) CarePlan.addRelatedPlan(CarePlan.CarePlanRelatedPlanComponent t) CarePlan.addSupport(Reference t) CarePlan.copy()CarePlan.CarePlanRelatedPlanComponent.getPlanTarget()CarePlan.setContext(Reference value) CarePlan.setContextTarget(Resource value) CarePlan.setDescription(String value) CarePlan.setDescriptionElement(StringType value) CarePlan.setModified(Date value) CarePlan.setModifiedElement(DateTimeType value) CarePlan.setNote(Annotation value) CarePlan.setStatus(CarePlan.CarePlanStatus value) CarePlan.setStatusElement(Enumeration<CarePlan.CarePlanStatus> value) CarePlan.setSubject(Reference value) CarePlan.setSubjectTarget(Resource value) protected CarePlanCarePlan.typedCopy()Methods in org.hl7.fhir.dstu2.model with parameters of type CarePlanModifier and TypeMethodDescriptionCarePlan.CarePlanRelatedPlanComponent.setPlanTarget(CarePlan value)