
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 CarePlan
JsonParser.parseCarePlan
(com.google.gson.JsonObject json) protected CarePlan
XmlParser.parseCarePlan
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type CarePlanModifier and TypeMethodDescriptionprotected void
JsonParser.composeCarePlan
(String name, CarePlan element) protected void
XmlParser.composeCarePlan
(String name, CarePlan element) protected void
JsonParser.composeCarePlanInner
(CarePlan element) protected CarePlan.CarePlanActivityComponent
JsonParser.parseCarePlanCarePlanActivityComponent
(com.google.gson.JsonObject json, CarePlan owner) protected CarePlan.CarePlanActivityComponent
XmlParser.parseCarePlanCarePlanActivityComponent
(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner) protected CarePlan.CarePlanActivityDetailComponent
JsonParser.parseCarePlanCarePlanActivityDetailComponent
(com.google.gson.JsonObject json, CarePlan owner) protected CarePlan.CarePlanActivityDetailComponent
XmlParser.parseCarePlanCarePlanActivityDetailComponent
(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner) protected CarePlan.CarePlanParticipantComponent
JsonParser.parseCarePlanCarePlanParticipantComponent
(com.google.gson.JsonObject json, CarePlan owner) protected CarePlan.CarePlanParticipantComponent
XmlParser.parseCarePlanCarePlanParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner) protected CarePlan.CarePlanRelatedPlanComponent
JsonParser.parseCarePlanCarePlanRelatedPlanComponent
(com.google.gson.JsonObject json, CarePlan owner) protected CarePlan.CarePlanRelatedPlanComponent
XmlParser.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 CarePlan
CarePlan.CarePlanRelatedPlanComponent.planTarget
The 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 CarePlan
CarePlan.typedCopy()
Methods in org.hl7.fhir.dstu2.model with parameters of type CarePlanModifier and TypeMethodDescriptionCarePlan.CarePlanRelatedPlanComponent.setPlanTarget
(CarePlan value)