Uses of Class
org.linuxforhealth.fhir.path.FHIRPathResourceNode
-
Packages that use FHIRPathResourceNode Package Description org.linuxforhealth.fhir.path org.linuxforhealth.fhir.path.util org.linuxforhealth.fhir.path.visitor org.linuxforhealth.fhir.persistence.util -
-
Uses of FHIRPathResourceNode in org.linuxforhealth.fhir.path
Methods in org.linuxforhealth.fhir.path that return FHIRPathResourceNode Modifier and Type Method Description default FHIRPathResourceNode
FHIRPathNode. asResourceNode()
Cast this FHIRPathNode to aFHIRPathResourceNode
FHIRPathResourceNode
FHIRPathResourceNode.Builder. build()
Build a FHIRPathResourceNode using this builderstatic FHIRPathResourceNode
FHIRPathResourceNode. resourceNode(java.lang.String name, Resource resource)
Static factory method for creating named FHIRPathResourceNode instances from aResource
static FHIRPathResourceNode
FHIRPathResourceNode. resourceNode(Resource resource)
Static factory method for creating FHIRPathResourceNode instances from aResource
static FHIRPathResourceNode
FHIRPathResourceNode. resourceNode(FHIRPathType type)
Static factory method for creating FHIRPathResourceNode instances from aFHIRPathType
-
Uses of FHIRPathResourceNode in org.linuxforhealth.fhir.path.util
Methods in org.linuxforhealth.fhir.path.util that return FHIRPathResourceNode Modifier and Type Method Description static FHIRPathResourceNode
FHIRPathUtil. getResourceNode(java.util.Collection<FHIRPathNode> nodes)
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. -
Uses of FHIRPathResourceNode in org.linuxforhealth.fhir.path.visitor
Methods in org.linuxforhealth.fhir.path.visitor with parameters of type FHIRPathResourceNode Modifier and Type Method Description protected void
FHIRPathDefaultNodeVisitor. doVisit(FHIRPathResourceNode node)
void
FHIRPathDefaultNodeVisitor. visit(FHIRPathResourceNode node)
void
FHIRPathNodeVisitor. visit(FHIRPathResourceNode node)
-
Uses of FHIRPathResourceNode in org.linuxforhealth.fhir.persistence.util
Methods in org.linuxforhealth.fhir.persistence.util with parameters of type FHIRPathResourceNode Modifier and Type Method Description T
Processor. process(SearchParameter parameter, FHIRPathResourceNode value)
Deprecated.
-