
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 voidJsonParser.composePlanDefinitionGoalTargetComponent(String name, PlanDefinition.PlanDefinitionGoalTargetComponent element) protected voidRdfParser.composePlanDefinitionGoalTargetComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, PlanDefinition.PlanDefinitionGoalTargetComponent element, int index) protected voidXmlParser.composePlanDefinitionGoalTargetComponent(String name, PlanDefinition.PlanDefinitionGoalTargetComponent element) protected voidXmlParser.composePlanDefinitionGoalTargetComponentElements(PlanDefinition.PlanDefinitionGoalTargetComponent element) protected voidJsonParser.composePlanDefinitionGoalTargetComponentProperties(PlanDefinition.PlanDefinitionGoalTargetComponent element) protected booleanXmlParser.parsePlanDefinitionGoalTargetComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition.PlanDefinitionGoalTargetComponent res) protected voidJsonParser.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.targetIndicates 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) voidPlanDefinition.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)