Uses of Class
ca.uhn.fhir.model.dstu2.resource.Goal.Outcome
-
Packages that use Goal.Outcome Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Goal.Outcome in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Goal.Outcome Modifier and Type Method Description Goal.OutcomeGoal. addOutcome()Adds and returns a new value for outcome ()Goal.OutcomeGoal. getOutcomeFirstRep()Gets the first repetition for outcome (), creating it if it does not already exist.Goal.OutcomeGoal.Outcome. setResult(ca.uhn.fhir.model.api.IDatatype theValue)Sets the value(s) for result[x] ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Goal.Outcome Modifier and Type Method Description List<Goal.Outcome>Goal. getOutcome()Gets the value(s) for outcome ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Goal.Outcome Modifier and Type Method Description GoalGoal. addOutcome(Goal.Outcome theValue)Adds a given new value for outcome ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Goal.Outcome Modifier and Type Method Description GoalGoal. setOutcome(List<Goal.Outcome> theValue)Sets the value(s) for outcome ()
-