Uses of Class
com.ibm.fhir.model.resource.Goal
-
Packages that use Goal Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.visitor -
-
Uses of Goal in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Goal Modifier and Type Method Description GoalGoal.Builder. build()Build theGoalMethods in com.ibm.fhir.model.resource with parameters of type Goal Modifier and Type Method Description protected Goal.BuilderGoal.Builder. from(Goal goal)protected voidGoal.Builder. validate(Goal goal) -
Uses of Goal in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Goal Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Goal goal)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(String elementName, int elementIndex, Goal goal)
-