Uses of Class
org.hl7.fhir.r5.model.PlanDefinition.PlanDefinitionGoalTargetComponent
-
Uses of PlanDefinition.PlanDefinitionGoalTargetComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parsePlanDefinitionGoalTargetComponent
(com.google.gson.JsonObject json) XmlParser.parsePlanDefinitionGoalTargetComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composePlanDefinitionGoalTargetComponent
(String name, PlanDefinition.PlanDefinitionGoalTargetComponent element) protected void
RdfParser.composePlanDefinitionGoalTargetComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, PlanDefinition.PlanDefinitionGoalTargetComponent element, int index) protected void
XmlParser.composePlanDefinitionGoalTargetComponent
(String name, PlanDefinition.PlanDefinitionGoalTargetComponent element) protected void
XmlParser.composePlanDefinitionGoalTargetComponentElements
(PlanDefinition.PlanDefinitionGoalTargetComponent element) protected void
JsonParser.composePlanDefinitionGoalTargetComponentProperties
(PlanDefinition.PlanDefinitionGoalTargetComponent element) protected boolean
XmlParser.parsePlanDefinitionGoalTargetComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition.PlanDefinitionGoalTargetComponent res) protected void
JsonParser.parsePlanDefinitionGoalTargetComponentProperties
(com.google.gson.JsonObject json, PlanDefinition.PlanDefinitionGoalTargetComponent res) -
Uses of PlanDefinition.PlanDefinitionGoalTargetComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionPlanDefinition.PlanDefinitionGoalComponent.target
Indicates what should be done and within what timeframe.Modifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionGoalComponent.addTarget()
PlanDefinition.PlanDefinitionGoalTargetComponent.copy()
PlanDefinition.PlanDefinitionGoalComponent.getTargetFirstRep()
PlanDefinition.PlanDefinitionGoalTargetComponent.setMeasure
(CodeableConcept value) Modifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionGoalComponent.addTarget
(PlanDefinition.PlanDefinitionGoalTargetComponent t) void
PlanDefinition.PlanDefinitionGoalTargetComponent.copyValues
(PlanDefinition.PlanDefinitionGoalTargetComponent dst) Modifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionGoalComponent.setTarget
(List<PlanDefinition.PlanDefinitionGoalTargetComponent> theTarget)