
Uses of Class
org.hl7.fhir.r4.model.PlanDefinition.PlanDefinitionGoalTargetComponent
Packages that use PlanDefinition.PlanDefinitionGoalTargetComponent
-
Uses of PlanDefinition.PlanDefinitionGoalTargetComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return PlanDefinition.PlanDefinitionGoalTargetComponentModifier and TypeMethodDescriptionJsonParser.parsePlanDefinitionPlanDefinitionGoalTargetComponent(com.google.gson.JsonObject json, PlanDefinition owner) XmlParser.parsePlanDefinitionPlanDefinitionGoalTargetComponent(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) Methods in org.hl7.fhir.r4.formats with parameters of type PlanDefinition.PlanDefinitionGoalTargetComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composePlanDefinitionPlanDefinitionGoalTargetComponent(String name, PlanDefinition.PlanDefinitionGoalTargetComponent element) protected voidRdfParser.composePlanDefinitionPlanDefinitionGoalTargetComponent(Turtle.Complex parent, String parentType, String name, PlanDefinition.PlanDefinitionGoalTargetComponent element, int index) protected voidXmlParser.composePlanDefinitionPlanDefinitionGoalTargetComponent(String name, PlanDefinition.PlanDefinitionGoalTargetComponent element) protected voidXmlParser.composePlanDefinitionPlanDefinitionGoalTargetComponentElements(PlanDefinition.PlanDefinitionGoalTargetComponent element) protected voidJsonParser.composePlanDefinitionPlanDefinitionGoalTargetComponentInner(PlanDefinition.PlanDefinitionGoalTargetComponent element) protected booleanXmlParser.parsePlanDefinitionPlanDefinitionGoalTargetComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner, PlanDefinition.PlanDefinitionGoalTargetComponent res) protected voidJsonParser.parsePlanDefinitionPlanDefinitionGoalTargetComponentProperties(com.google.gson.JsonObject json, PlanDefinition owner, PlanDefinition.PlanDefinitionGoalTargetComponent res) -
Uses of PlanDefinition.PlanDefinitionGoalTargetComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.model that return types with arguments of type PlanDefinition.PlanDefinitionGoalTargetComponentMethods in org.hl7.fhir.r4.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.r4.model with type arguments of type PlanDefinition.PlanDefinitionGoalTargetComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionGoalComponent.setTarget(List<PlanDefinition.PlanDefinitionGoalTargetComponent> theTarget)