
Uses of Class
org.hl7.fhir.r5.model.PlanDefinition.PlanDefinitionGoalTargetComponent
Packages that use PlanDefinition.PlanDefinitionGoalTargetComponent
-
Uses of PlanDefinition.PlanDefinitionGoalTargetComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return PlanDefinition.PlanDefinitionGoalTargetComponentModifier and TypeMethodDescriptionJsonParser.parsePlanDefinitionGoalTargetComponent
(com.google.gson.JsonObject json) XmlParser.parsePlanDefinitionGoalTargetComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type PlanDefinition.PlanDefinitionGoalTargetComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type PlanDefinition.PlanDefinitionGoalTargetComponentModifier and TypeFieldDescriptionPlanDefinition.PlanDefinitionGoalComponent.target
Indicates what should be done and within what timeframe.Methods in org.hl7.fhir.r5.model that return PlanDefinition.PlanDefinitionGoalTargetComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionGoalComponent.addTarget()
PlanDefinition.PlanDefinitionGoalTargetComponent.copy()
PlanDefinition.PlanDefinitionGoalComponent.getTargetFirstRep()
PlanDefinition.PlanDefinitionGoalTargetComponent.setMeasure
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type PlanDefinition.PlanDefinitionGoalTargetComponentMethods in org.hl7.fhir.r5.model with parameters of type PlanDefinition.PlanDefinitionGoalTargetComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionGoalComponent.addTarget
(PlanDefinition.PlanDefinitionGoalTargetComponent t) void
PlanDefinition.PlanDefinitionGoalTargetComponent.copyValues
(PlanDefinition.PlanDefinitionGoalTargetComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type PlanDefinition.PlanDefinitionGoalTargetComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionGoalComponent.setTarget
(List<PlanDefinition.PlanDefinitionGoalTargetComponent> theTarget)