Uses of Class
org.hl7.fhir.dstu2.model.Goal
-
Packages that use Goal Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Goal in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Goal Modifier and Type Method Description protected GoalJsonParser. parseGoal(com.google.gson.JsonObject json)protected GoalXmlParser. parseGoal(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type Goal Modifier and Type Method Description protected voidJsonParser. composeGoal(String name, Goal element)protected voidXmlParser. composeGoal(String name, Goal element)protected voidJsonParser. composeGoalInner(Goal element)protected Goal.GoalOutcomeComponentJsonParser. parseGoalGoalOutcomeComponent(com.google.gson.JsonObject json, Goal owner)protected Goal.GoalOutcomeComponentXmlParser. parseGoalGoalOutcomeComponent(org.xmlpull.v1.XmlPullParser xpp, Goal owner) -
Uses of Goal in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Goal Modifier and Type Field Description protected List<Goal>CarePlan.CarePlanActivityDetailComponent. goalTargetThe actual objects that are the target of the reference (Internal reference that identifies the goals that this activity is intended to contribute towards meeting.)protected List<Goal>CarePlan. goalTargetThe actual objects that are the target of the reference (Describes the intended objective(s) of carrying out the care plan.)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Goal Modifier and Type Method Description List<Goal>CarePlan.CarePlanActivityDetailComponent. getGoalTarget()List<Goal>CarePlan. getGoalTarget()
-