Uses of Class
org.hl7.fhir.r4.model.Goal.GoalTargetComponent
-
Packages that use Goal.GoalTargetComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Goal.GoalTargetComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Goal.GoalTargetComponent Modifier and Type Method Description protected Goal.GoalTargetComponentJsonParser. parseGoalGoalTargetComponent(com.google.gson.JsonObject json, Goal owner)protected Goal.GoalTargetComponentXmlParser. parseGoalGoalTargetComponent(org.xmlpull.v1.XmlPullParser xpp, Goal owner)Methods in org.hl7.fhir.r4.formats with parameters of type Goal.GoalTargetComponent Modifier and Type Method Description protected voidJsonParser. composeGoalGoalTargetComponent(String name, Goal.GoalTargetComponent element)protected voidRdfParser. composeGoalGoalTargetComponent(Turtle.Complex parent, String parentType, String name, Goal.GoalTargetComponent element, int index)protected voidXmlParser. composeGoalGoalTargetComponent(String name, Goal.GoalTargetComponent element)protected voidXmlParser. composeGoalGoalTargetComponentElements(Goal.GoalTargetComponent element)protected voidJsonParser. composeGoalGoalTargetComponentInner(Goal.GoalTargetComponent element)protected booleanXmlParser. parseGoalGoalTargetComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Goal owner, Goal.GoalTargetComponent res)protected voidJsonParser. parseGoalGoalTargetComponentProperties(com.google.gson.JsonObject json, Goal owner, Goal.GoalTargetComponent res) -
Uses of Goal.GoalTargetComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Goal.GoalTargetComponent Modifier and Type Field Description protected List<Goal.GoalTargetComponent>Goal. targetIndicates what should be done by when.Methods in org.hl7.fhir.r4.model that return Goal.GoalTargetComponent Modifier and Type Method Description Goal.GoalTargetComponentGoal. addTarget()Goal.GoalTargetComponentGoal.GoalTargetComponent. copy()Goal.GoalTargetComponentGoal. getTargetFirstRep()Goal.GoalTargetComponentGoal.GoalTargetComponent. setDetail(Type value)Goal.GoalTargetComponentGoal.GoalTargetComponent. setDue(Type value)Goal.GoalTargetComponentGoal.GoalTargetComponent. setMeasure(CodeableConcept value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Goal.GoalTargetComponent Modifier and Type Method Description List<Goal.GoalTargetComponent>Goal. getTarget()Methods in org.hl7.fhir.r4.model with parameters of type Goal.GoalTargetComponent Modifier and Type Method Description GoalGoal. addTarget(Goal.GoalTargetComponent t)voidGoal.GoalTargetComponent. copyValues(Goal.GoalTargetComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Goal.GoalTargetComponent Modifier and Type Method Description GoalGoal. setTarget(List<Goal.GoalTargetComponent> theTarget)
-