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 classFHIRPathQuantityNodeAFHIRPathElementNodethat wraps aQuantityMethods in com.ibm.fhir.path that return FHIRPathElementNode Modifier and Type Method Description default FHIRPathElementNodeFHIRPathNode. asElementNode()Cast this FHIRPathNode to aFHIRPathElementNodeFHIRPathElementNodeFHIRPathElementNode.Builder. build()Build a FHIRPathElementNode using this builderstatic FHIRPathElementNodeFHIRPathElementNode. elementNode(Element element)Static factory method for creating FHIRPathElementNode instances from anElementstatic FHIRPathElementNodeFHIRPathElementNode. elementNode(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 ElementFHIRPathAbstractTermFunction. getCodedElement(FHIRPathTree tree, FHIRPathElementNode codedElementNode)protected CodingFHIRPathAbstractTermFunction. getCoding(FHIRPathTree tree, FHIRPathElementNode codedElementNode)protected StringFHIRPathAbstractTermFunction. getDisplay(FHIRPathTree tree, FHIRPathElementNode codedElementNode)protected UriFHIRPathAbstractTermFunction. getSystem(FHIRPathTree tree, FHIRPathElementNode codedElementNode)protected UriMemberOfFunction. getSystem(FHIRPathTree tree, FHIRPathElementNode elementNode)Get the URI-typed sibling of the given element node with name "system".protected StringFHIRPathAbstractTermFunction. getVersion(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 FHIRPathElementNodeFHIRPathUtil. getElementNode(Collection<FHIRPathNode> nodes)Methods in com.ibm.fhir.path.util with parameters of type FHIRPathElementNode Modifier and Type Method Description static booleanFHIRPathUtil. isCodedElementNode(FHIRPathElementNode elementNode)static booleanFHIRPathUtil. 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 voidFHIRPathDefaultNodeVisitor. doVisit(FHIRPathElementNode node)voidFHIRPathDefaultNodeVisitor. visit(FHIRPathElementNode node)voidFHIRPathNodeVisitor. 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 TProcessor. process(SearchParameter parameter, FHIRPathElementNode value)
-