Uses of Class
org.hl7.fhir.dstu2.model.Goal.GoalOutcomeComponent
-
Packages that use Goal.GoalOutcomeComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Goal.GoalOutcomeComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Goal.GoalOutcomeComponent Modifier and Type Method Description protected Goal.GoalOutcomeComponentJsonParser. parseGoalGoalOutcomeComponent(com.google.gson.JsonObject json, Goal owner)protected Goal.GoalOutcomeComponentXmlParser. parseGoalGoalOutcomeComponent(org.xmlpull.v1.XmlPullParser xpp, Goal owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type Goal.GoalOutcomeComponent Modifier and Type Method Description protected voidJsonParser. composeGoalGoalOutcomeComponent(String name, Goal.GoalOutcomeComponent element)protected voidXmlParser. composeGoalGoalOutcomeComponent(String name, Goal.GoalOutcomeComponent element)protected voidJsonParser. composeGoalGoalOutcomeComponentInner(Goal.GoalOutcomeComponent element) -
Uses of Goal.GoalOutcomeComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Goal.GoalOutcomeComponent Modifier and Type Field Description protected List<Goal.GoalOutcomeComponent>Goal. outcomeIdentifies the change (or lack of change) at the point where the goal was deepmed to be cancelled or achieved.Methods in org.hl7.fhir.dstu2.model that return Goal.GoalOutcomeComponent Modifier and Type Method Description Goal.GoalOutcomeComponentGoal. addOutcome()Goal.GoalOutcomeComponentGoal.GoalOutcomeComponent. copy()Goal.GoalOutcomeComponentGoal.GoalOutcomeComponent. setResult(Type value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Goal.GoalOutcomeComponent Modifier and Type Method Description List<Goal.GoalOutcomeComponent>Goal. getOutcome()Methods in org.hl7.fhir.dstu2.model with parameters of type Goal.GoalOutcomeComponent Modifier and Type Method Description GoalGoal. addOutcome(Goal.GoalOutcomeComponent t)
-