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