Uses of Class
org.hl7.fhir.r5.model.CarePlan.CarePlanActivityComponent
-
Uses of CarePlan.CarePlanActivityComponent in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionExtensions.addProtectiveFactor
(CarePlan.CarePlanActivityComponent context, CodeableReference value) Extensions.addWorkflowBarrier
(CarePlan.CarePlanActivityComponent context, CodeableReference value) Extensions.setCPActivityTitle
(CarePlan.CarePlanActivityComponent context, String value) Extensions.setReleaseDate
(CarePlan.CarePlanActivityComponent context, String value) Modifier and TypeMethodDescriptionExtensions.addProtectiveFactor
(CarePlan.CarePlanActivityComponent context, CodeableReference value) Extensions.addWorkflowBarrier
(CarePlan.CarePlanActivityComponent context, CodeableReference value) static String
Extensions.getCPActivityTitle
(CarePlan.CarePlanActivityComponent context) static List
<CodeableReference> Extensions.getProtectiveFactorList
(CarePlan.CarePlanActivityComponent context) static String
Extensions.getReleaseDate
(CarePlan.CarePlanActivityComponent context) static List
<CodeableReference> Extensions.getWorkflowBarrierList
(CarePlan.CarePlanActivityComponent context) Extensions.setCPActivityTitle
(CarePlan.CarePlanActivityComponent context, String value) Extensions.setReleaseDate
(CarePlan.CarePlanActivityComponent context, String value) -
Uses of CarePlan.CarePlanActivityComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected CarePlan.CarePlanActivityComponent
JsonParser.parseCarePlanActivityComponent
(com.google.gson.JsonObject json) protected CarePlan.CarePlanActivityComponent
XmlParser.parseCarePlanActivityComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeCarePlanActivityComponent
(String name, CarePlan.CarePlanActivityComponent element) protected void
RdfParser.composeCarePlanActivityComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, CarePlan.CarePlanActivityComponent element, int index) protected void
XmlParser.composeCarePlanActivityComponent
(String name, CarePlan.CarePlanActivityComponent element) protected void
XmlParser.composeCarePlanActivityComponentElements
(CarePlan.CarePlanActivityComponent element) protected void
JsonParser.composeCarePlanActivityComponentProperties
(CarePlan.CarePlanActivityComponent element) protected boolean
XmlParser.parseCarePlanActivityComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CarePlan.CarePlanActivityComponent res) protected void
JsonParser.parseCarePlanActivityComponentProperties
(com.google.gson.JsonObject json, CarePlan.CarePlanActivityComponent res) -
Uses of CarePlan.CarePlanActivityComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<CarePlan.CarePlanActivityComponent> CarePlan.activity
Identifies an action that has occurred or is a planned action to occur as part of the plan.Modifier and TypeMethodDescriptionCarePlan.addActivity()
CarePlan.CarePlanActivityComponent.addPerformedActivity
(CodeableReference t) CarePlan.CarePlanActivityComponent.addProgress
(Annotation t) CarePlan.CarePlanActivityComponent.copy()
CarePlan.getActivityFirstRep()
CarePlan.CarePlanActivityComponent.setPerformedActivity
(List<CodeableReference> thePerformedActivity) CarePlan.CarePlanActivityComponent.setPlannedActivityReference
(Reference value) CarePlan.CarePlanActivityComponent.setProgress
(List<Annotation> theProgress) Modifier and TypeMethodDescriptionCarePlan.addActivity
(CarePlan.CarePlanActivityComponent t) void
CarePlan.CarePlanActivityComponent.copyValues
(CarePlan.CarePlanActivityComponent dst) Modifier and TypeMethodDescriptionCarePlan.setActivity
(List<CarePlan.CarePlanActivityComponent> theActivity)