Uses of Class
com.ibm.fhir.path.FHIRPathTree
-
Packages that use FHIRPathTree Package Description com.ibm.fhir.path com.ibm.fhir.path.evaluator com.ibm.fhir.path.function -
-
Uses of FHIRPathTree in com.ibm.fhir.path
Methods in com.ibm.fhir.path that return FHIRPathTree Modifier and Type Method Description static FHIRPathTreeFHIRPathTree. tree(com.ibm.fhir.model.resource.Resource resource)Static factory method for creating FHIRPathTree instances from aResourcestatic FHIRPathTreeFHIRPathTree. tree(com.ibm.fhir.model.type.Element element)Static factory method for creating FHIRPathTree instances from anElement -
Uses of FHIRPathTree in com.ibm.fhir.path.evaluator
Methods in com.ibm.fhir.path.evaluator that return FHIRPathTree Modifier and Type Method Description FHIRPathTreeFHIRPathEvaluator.EvaluationContext. getTree()Get the FHIRPath tree associated with this EvaluationContext -
Uses of FHIRPathTree in com.ibm.fhir.path.function
Methods in com.ibm.fhir.path.function with parameters of type FHIRPathTree Modifier and Type Method Description protected com.ibm.fhir.model.type.ElementFHIRPathAbstractTermFunction. getCodedElement(FHIRPathTree tree, FHIRPathElementNode codedElementNode)protected com.ibm.fhir.model.type.CodingFHIRPathAbstractTermFunction. getCoding(FHIRPathTree tree, FHIRPathElementNode codedElementNode)protected com.ibm.fhir.model.type.StringFHIRPathAbstractTermFunction. getDisplay(FHIRPathTree tree, FHIRPathElementNode codedElementNode)protected com.ibm.fhir.model.type.UriFHIRPathAbstractTermFunction. getSystem(FHIRPathTree tree, FHIRPathElementNode codedElementNode)protected com.ibm.fhir.model.type.UriMemberOfFunction. getSystem(FHIRPathTree tree, FHIRPathElementNode elementNode)Get the URI-typed sibling of the given element node with name "system".protected com.ibm.fhir.model.type.StringFHIRPathAbstractTermFunction. getVersion(FHIRPathTree tree, FHIRPathElementNode codedElementNode)
-