Uses of Class
org.hl7.fhir.r4b.model.PlanDefinition.PlanDefinitionGoalTargetComponent
-
Packages that use PlanDefinition.PlanDefinitionGoalTargetComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of PlanDefinition.PlanDefinitionGoalTargetComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return PlanDefinition.PlanDefinitionGoalTargetComponent Modifier and Type Method Description protected PlanDefinition.PlanDefinitionGoalTargetComponentJsonParser. parsePlanDefinitionGoalTargetComponent(com.google.gson.JsonObject json)protected PlanDefinition.PlanDefinitionGoalTargetComponentXmlParser. parsePlanDefinitionGoalTargetComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of PlanDefinition.PlanDefinitionGoalTargetComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.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.r4b.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(DataType value)PlanDefinition.PlanDefinitionGoalTargetComponentPlanDefinition.PlanDefinitionGoalTargetComponent. setDue(Duration value)PlanDefinition.PlanDefinitionGoalTargetComponentPlanDefinition.PlanDefinitionGoalTargetComponent. setMeasure(CodeableConcept value)Methods in org.hl7.fhir.r4b.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.r4b.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.r4b.model with type arguments of type PlanDefinition.PlanDefinitionGoalTargetComponent Modifier and Type Method Description PlanDefinition.PlanDefinitionGoalComponentPlanDefinition.PlanDefinitionGoalComponent. setTarget(List<PlanDefinition.PlanDefinitionGoalTargetComponent> theTarget)
-