Uses of Class
org.linuxforhealth.fhir.path.FHIRPathTree
-
Packages that use FHIRPathTree Package Description org.linuxforhealth.fhir.path org.linuxforhealth.fhir.path.evaluator org.linuxforhealth.fhir.path.function org.linuxforhealth.fhir.path.util -
-
Uses of FHIRPathTree in org.linuxforhealth.fhir.path
Fields in org.linuxforhealth.fhir.path declared as FHIRPathTree Modifier and Type Field Description protected FHIRPathTree
FHIRPathElementNode.Builder. tree
protected FHIRPathTree
FHIRPathElementNode. tree
Methods in org.linuxforhealth.fhir.path that return FHIRPathTree Modifier and Type Method Description FHIRPathTree
FHIRPathElementNode. getTree()
TheFHIRPathTree
that contains this FHIRPathElementNodeFHIRPathTree
FHIRPathResourceNode. getTree()
TheFHIRPathTree
that contains this FHIRPathResourceNodestatic FHIRPathTree
FHIRPathTree. tree(Resource resource)
Static factory method for creating FHIRPathTree instances from aResource
static FHIRPathTree
FHIRPathTree. tree(Element element)
Static factory method for creating FHIRPathTree instances from anElement
Methods in org.linuxforhealth.fhir.path with parameters of type FHIRPathTree Modifier and Type Method Description FHIRPathElementNode.Builder
FHIRPathElementNode.Builder. tree(FHIRPathTree tree)
FHIRPathResourceNode.Builder
FHIRPathResourceNode.Builder. tree(FHIRPathTree tree)
-
Uses of FHIRPathTree in org.linuxforhealth.fhir.path.evaluator
Methods in org.linuxforhealth.fhir.path.evaluator that return FHIRPathTree Modifier and Type Method Description FHIRPathTree
FHIRPathEvaluator.EvaluationContext. getTree()
Get the FHIRPath tree associated with this EvaluationContext -
Uses of FHIRPathTree in org.linuxforhealth.fhir.path.function
Methods in org.linuxforhealth.fhir.path.function with parameters of type FHIRPathTree Modifier and Type Method Description protected Element
FHIRPathAbstractTermFunction. getCodedElement(FHIRPathTree tree, FHIRPathElementNode codedElementNode)
protected Coding
FHIRPathAbstractTermFunction. getCoding(FHIRPathTree tree, FHIRPathElementNode codedElementNode)
-
Uses of FHIRPathTree in org.linuxforhealth.fhir.path.util
Methods in org.linuxforhealth.fhir.path.util with parameters of type FHIRPathTree Modifier and Type Method Description static String
FHIRPathUtil. getDisplay(FHIRPathTree tree, FHIRPathElementNode elementNode)
Get the String-typed sibling of the given element node with name "display".static FHIRPathResourceNode
FHIRPathUtil. getResourceNode(FHIRPathTree tree, FHIRPathNode node)
Get the resource node to use as a value for the %resource external constant.static FHIRPathResourceNode
FHIRPathUtil. getRootResourceNode(FHIRPathTree tree, FHIRPathNode node)
Get the resource node to use as a value for the %rootResource external constant.static Uri
FHIRPathUtil. getSystem(FHIRPathTree tree, FHIRPathElementNode elementNode)
Get the URI-typed sibling of the given element node with name "system".static String
FHIRPathUtil. getVersion(FHIRPathTree tree, FHIRPathElementNode elementNode)
Get the String-typed sibling of the given element node with name "version".
-