Uses of Class
org.hl7.fhir.r4.model.CarePlan.CarePlanActivityComponent
-
Packages that use CarePlan.CarePlanActivityComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of CarePlan.CarePlanActivityComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CarePlan.CarePlanActivityComponent Modifier and Type Method Description protected CarePlan.CarePlanActivityComponentJsonParser. parseCarePlanCarePlanActivityComponent(com.google.gson.JsonObject json, CarePlan owner)protected CarePlan.CarePlanActivityComponentXmlParser. parseCarePlanCarePlanActivityComponent(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner) -
Uses of CarePlan.CarePlanActivityComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CarePlan.CarePlanActivityComponent Modifier and Type Field Description protected List<CarePlan.CarePlanActivityComponent>CarePlan. activityIdentifies a planned action to occur as part of the plan.Methods in org.hl7.fhir.r4.model that return types with arguments of type CarePlan.CarePlanActivityComponent Modifier and Type Method Description List<CarePlan.CarePlanActivityComponent>CarePlan. getActivity()Methods in org.hl7.fhir.r4.model with parameters of type CarePlan.CarePlanActivityComponent Modifier and Type Method Description CarePlanCarePlan. addActivity(CarePlan.CarePlanActivityComponent t)voidCarePlan.CarePlanActivityComponent. copyValues(CarePlan.CarePlanActivityComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type CarePlan.CarePlanActivityComponent Modifier and Type Method Description CarePlanCarePlan. setActivity(List<CarePlan.CarePlanActivityComponent> theActivity)
-