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 FHIRPathResourceNodeFHIRPathNode. asResourceNode()Cast this FHIRPathNode to aFHIRPathResourceNodeFHIRPathResourceNodeFHIRPathResourceNode.Builder. build()Build a FHIRPathResourceNode using this builderstatic FHIRPathResourceNodeFHIRPathResourceNode. resourceNode(Resource resource)Static factory method for creating FHIRPathResourceNode instances from aResourcestatic FHIRPathResourceNodeFHIRPathResourceNode. resourceNode(FHIRPathType type)Static factory method for creating FHIRPathResourceNode instances from aFHIRPathTypestatic FHIRPathResourceNodeFHIRPathResourceNode. 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 FHIRPathResourceNodeFHIRPathUtil. 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 voidFHIRPathDefaultNodeVisitor. doVisit(FHIRPathResourceNode node)voidFHIRPathDefaultNodeVisitor. visit(FHIRPathResourceNode node)voidFHIRPathNodeVisitor. 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 TProcessor. process(SearchParameter parameter, FHIRPathResourceNode value)
-