
Uses of Class
org.hl7.fhir.r5.model.CarePlan.CarePlanActivityComponent
Packages that use CarePlan.CarePlanActivityComponent
-
Uses of CarePlan.CarePlanActivityComponent in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return CarePlan.CarePlanActivityComponentModifier 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) Methods in org.hl7.fhir.r5.extensions with parameters of type CarePlan.CarePlanActivityComponentModifier 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
Methods in org.hl7.fhir.r5.formats that return CarePlan.CarePlanActivityComponentModifier and TypeMethodDescriptionprotected CarePlan.CarePlanActivityComponent
JsonParser.parseCarePlanActivityComponent
(com.google.gson.JsonObject json) protected CarePlan.CarePlanActivityComponent
XmlParser.parseCarePlanActivityComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type CarePlan.CarePlanActivityComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type CarePlan.CarePlanActivityComponentModifier 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.Methods in org.hl7.fhir.r5.model that return CarePlan.CarePlanActivityComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type CarePlan.CarePlanActivityComponentMethods in org.hl7.fhir.r5.model with parameters of type CarePlan.CarePlanActivityComponentModifier and TypeMethodDescriptionCarePlan.addActivity
(CarePlan.CarePlanActivityComponent t) void
CarePlan.CarePlanActivityComponent.copyValues
(CarePlan.CarePlanActivityComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type CarePlan.CarePlanActivityComponentModifier and TypeMethodDescriptionCarePlan.setActivity
(List<CarePlan.CarePlanActivityComponent> theActivity)