Uses of Class
org.linuxforhealth.fhir.model.resource.Goal
-
Packages that use Goal Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of Goal in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Goal Modifier and Type Method Description GoalGoal.Builder. build()Build theGoalMethods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type Goal Modifier and Type Method Description booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, Goal goal)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, Goal goal)
-