Uses of Class
com.ibm.fhir.path.FHIRPathElementNode
-
Packages that use FHIRPathElementNode Package Description com.ibm.fhir.path com.ibm.fhir.path.function com.ibm.fhir.path.util com.ibm.fhir.path.visitor com.ibm.fhir.persistence.util -
-
Uses of FHIRPathElementNode in com.ibm.fhir.path
Subclasses of FHIRPathElementNode in com.ibm.fhir.path Modifier and Type Class Description class
FHIRPathQuantityNode
AFHIRPathElementNode
that wraps aQuantity
Methods in com.ibm.fhir.path that return FHIRPathElementNode Modifier and Type Method Description default FHIRPathElementNode
FHIRPathNode. asElementNode()
Cast this FHIRPathNode to aFHIRPathElementNode
FHIRPathElementNode
FHIRPathElementNode.Builder. build()
Build a FHIRPathElementNode using this builderstatic FHIRPathElementNode
FHIRPathElementNode. elementNode(Element element)
Static factory method for creating FHIRPathElementNode instances from anElement
static FHIRPathElementNode
FHIRPathElementNode. elementNode(java.lang.String name, Element element)
Static factory method for creating named FHIRPathElementNode instances from anElement
-
Uses of FHIRPathElementNode in com.ibm.fhir.path.function
Methods in com.ibm.fhir.path.function with parameters of type FHIRPathElementNode Modifier and Type Method Description protected Element
FHIRPathAbstractTermFunction. getCodedElement(FHIRPathTree tree, FHIRPathElementNode codedElementNode)
protected Coding
FHIRPathAbstractTermFunction. getCoding(FHIRPathTree tree, FHIRPathElementNode codedElementNode)
-
Uses of FHIRPathElementNode in com.ibm.fhir.path.util
Methods in com.ibm.fhir.path.util that return FHIRPathElementNode Modifier and Type Method Description static FHIRPathElementNode
FHIRPathUtil. getElementNode(java.util.Collection<FHIRPathNode> nodes)
Methods in com.ibm.fhir.path.util with parameters of type FHIRPathElementNode 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 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".static boolean
FHIRPathUtil. isCodedElementNode(FHIRPathElementNode elementNode)
static boolean
FHIRPathUtil. isStringElementNode(FHIRPathElementNode elementNode)
-
Uses of FHIRPathElementNode in com.ibm.fhir.path.visitor
Methods in com.ibm.fhir.path.visitor with parameters of type FHIRPathElementNode Modifier and Type Method Description protected void
FHIRPathDefaultNodeVisitor. doVisit(FHIRPathElementNode node)
void
FHIRPathDefaultNodeVisitor. visit(FHIRPathElementNode node)
void
FHIRPathNodeVisitor. visit(FHIRPathElementNode node)
-
Uses of FHIRPathElementNode in com.ibm.fhir.persistence.util
Methods in com.ibm.fhir.persistence.util with parameters of type FHIRPathElementNode Modifier and Type Method Description T
Processor. process(SearchParameter parameter, FHIRPathElementNode value)
Deprecated.
-