
Uses of Class
org.hl7.fhir.r5.model.CarePlan.CarePlanActivityComponent
Packages that use CarePlan.CarePlanActivityComponent
-
Uses of CarePlan.CarePlanActivityComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return CarePlan.CarePlanActivityComponentModifier and TypeMethodDescriptionprotected CarePlan.CarePlanActivityComponentJsonParser.parseCarePlanActivityComponent(com.google.gson.JsonObject json) protected CarePlan.CarePlanActivityComponentXmlParser.parseCarePlanActivityComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type CarePlan.CarePlanActivityComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeCarePlanActivityComponent(String name, CarePlan.CarePlanActivityComponent element) protected voidRdfParser.composeCarePlanActivityComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, CarePlan.CarePlanActivityComponent element, int index) protected voidXmlParser.composeCarePlanActivityComponent(String name, CarePlan.CarePlanActivityComponent element) protected voidXmlParser.composeCarePlanActivityComponentElements(CarePlan.CarePlanActivityComponent element) protected voidJsonParser.composeCarePlanActivityComponentProperties(CarePlan.CarePlanActivityComponent element) protected booleanXmlParser.parseCarePlanActivityComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CarePlan.CarePlanActivityComponent res) protected voidJsonParser.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.activityIdentifies 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) voidCarePlan.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)