Uses of Class
com.ibm.fhir.path.FHIRPathResourceNode
-
Packages that use FHIRPathResourceNode Package Description com.ibm.fhir.path com.ibm.fhir.path.util com.ibm.fhir.path.visitor com.ibm.fhir.persistence.util -
-
Uses of FHIRPathResourceNode in com.ibm.fhir.path
Methods in com.ibm.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(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
static FHIRPathResourceNode
FHIRPathResourceNode. resourceNode(String name, Resource resource)
Static factory method for creating named FHIRPathResourceNode instances from aResource
-
Uses of FHIRPathResourceNode in com.ibm.fhir.path.util
Methods in com.ibm.fhir.path.util that return FHIRPathResourceNode Modifier and Type Method Description static FHIRPathResourceNode
FHIRPathUtil. getResourceNode(Collection<FHIRPathNode> nodes)
-
Uses of FHIRPathResourceNode in com.ibm.fhir.path.visitor
Methods in com.ibm.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 com.ibm.fhir.persistence.util
Methods in com.ibm.fhir.persistence.util with parameters of type FHIRPathResourceNode Modifier and Type Method Description T
Processor. process(SearchParameter parameter, FHIRPathResourceNode value)
-