
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Goal.Outcome
Packages that use Goal.Outcome
-
Uses of Goal.Outcome in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Goal.OutcomeModifier and TypeMethodDescriptionGoal.addOutcome()
Adds and returns a new value for outcome ()Goal.getOutcomeFirstRep()
Gets the first repetition for outcome (), creating it if it does not already exist.Goal.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.OutcomeMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Goal.OutcomeModifier and TypeMethodDescriptionGoal.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.OutcomeModifier and TypeMethodDescriptionGoal.setOutcome
(List<Goal.Outcome> theValue) Sets the value(s) for outcome ()