Uses of Class
org.hl7.fhir.dstu2.model.ExpressionNode
-
Packages that use ExpressionNode Package Description org.hl7.fhir.dstu2.model org.hl7.fhir.dstu2.utils -
-
Uses of ExpressionNode in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return ExpressionNode Modifier and Type Method Description ExpressionNodeExpressionNode. getGroup()ExpressionNodeExpressionNode. getInner()ExpressionNodeExpressionNode. getOpNext()Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ExpressionNode Modifier and Type Method Description List<ExpressionNode>ExpressionNode. getParameters()Methods in org.hl7.fhir.dstu2.model with parameters of type ExpressionNode Modifier and Type Method Description voidExpressionNode. setGroup(ExpressionNode group)voidExpressionNode. setInner(ExpressionNode value)voidExpressionNode. setOpNext(ExpressionNode value) -
Uses of ExpressionNode in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils that return ExpressionNode Modifier and Type Method Description ExpressionNodeFHIRPathEngine. parse(String path)Parse a path for later use using executeExpressionNodeFHIRPathEngine. parse(FHIRLexer lexer)Parse a path that is part of some other syntaxMethods in org.hl7.fhir.dstu2.utils with parameters of type ExpressionNode Modifier and Type Method Description ExpressionNode.TypeDetailsFHIRPathEngine. check(Object appContext, String resourceType, String context, ExpressionNode expr)check that paths referred to in the ExpressionNode are valid xPathStartsWithValueRef is a hack work around for the fact that FHIR Path sometimes needs a different starting point than the xpath returns a list of the possible types that might be returned by executing the ExpressionNode against a particular contextList<Base>FHIRPathEngine. evaluate(Object appContext, Base resource, Base base, ExpressionNode ExpressionNode)evaluate a path and return the matching elementsList<Base>FHIRPathEngine. evaluate(Object appContext, Resource resource, Base base, ExpressionNode ExpressionNode)evaluate a path and return the matching elementsList<Base>FHIRPathEngine. evaluate(Base base, ExpressionNode ExpressionNode)evaluate a path and return the matching elementsbooleanFHIRPathEngine. evaluateToBoolean(Base resource, Base base, ExpressionNode node)evaluate a path and return true or false (e.g.booleanFHIRPathEngine. evaluateToBoolean(Resource resource, Base base, ExpressionNode node)evaluate a path and return true or false (e.g.
-