Uses of Class
org.hl7.fhir.r4.model.PlanDefinition.PlanDefinitionGoalTargetComponent
-
Packages that use PlanDefinition.PlanDefinitionGoalTargetComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of PlanDefinition.PlanDefinitionGoalTargetComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return PlanDefinition.PlanDefinitionGoalTargetComponent Modifier and Type Method Description protected PlanDefinition.PlanDefinitionGoalTargetComponentJsonParser. parsePlanDefinitionPlanDefinitionGoalTargetComponent(com.google.gson.JsonObject json, PlanDefinition owner)protected PlanDefinition.PlanDefinitionGoalTargetComponentXmlParser. parsePlanDefinitionPlanDefinitionGoalTargetComponent(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) -
Uses of PlanDefinition.PlanDefinitionGoalTargetComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type PlanDefinition.PlanDefinitionGoalTargetComponent Modifier and Type Field Description protected List<PlanDefinition.PlanDefinitionGoalTargetComponent>PlanDefinition.PlanDefinitionGoalComponent. targetIndicates what should be done and within what timeframe.Methods in org.hl7.fhir.r4.model that return PlanDefinition.PlanDefinitionGoalTargetComponent Modifier and Type Method Description PlanDefinition.PlanDefinitionGoalTargetComponentPlanDefinition.PlanDefinitionGoalComponent. addTarget()PlanDefinition.PlanDefinitionGoalTargetComponentPlanDefinition.PlanDefinitionGoalTargetComponent. copy()PlanDefinition.PlanDefinitionGoalTargetComponentPlanDefinition.PlanDefinitionGoalComponent. getTargetFirstRep()PlanDefinition.PlanDefinitionGoalTargetComponentPlanDefinition.PlanDefinitionGoalTargetComponent. setDetail(Type value)PlanDefinition.PlanDefinitionGoalTargetComponentPlanDefinition.PlanDefinitionGoalTargetComponent. setDue(Duration value)PlanDefinition.PlanDefinitionGoalTargetComponentPlanDefinition.PlanDefinitionGoalTargetComponent. setMeasure(CodeableConcept value)Methods in org.hl7.fhir.r4.model that return types with arguments of type PlanDefinition.PlanDefinitionGoalTargetComponent Modifier and Type Method Description List<PlanDefinition.PlanDefinitionGoalTargetComponent>PlanDefinition.PlanDefinitionGoalComponent. getTarget()Methods in org.hl7.fhir.r4.model with parameters of type PlanDefinition.PlanDefinitionGoalTargetComponent Modifier and Type Method Description PlanDefinition.PlanDefinitionGoalComponentPlanDefinition.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.PlanDefinitionGoalTargetComponent Modifier and Type Method Description PlanDefinition.PlanDefinitionGoalComponentPlanDefinition.PlanDefinitionGoalComponent. setTarget(List<PlanDefinition.PlanDefinitionGoalTargetComponent> theTarget)
-