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 Goal
Goal.Builder. build()
Build theGoal
Methods in com.ibm.fhir.model.resource with parameters of type Goal Modifier and Type Method Description protected Goal.Builder
Goal.Builder. from(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 boolean
DefaultVisitor. visit(String elementName, int elementIndex, Goal goal)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(String elementName, int elementIndex, Goal goal)
-