Skip to content

Commit

Permalink
Add index invocation evaluator
Browse files Browse the repository at this point in the history
  • Loading branch information
atuonufure committed Jul 31, 2023
1 parent 8132540 commit 4f21c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fhirpathpy/engine/evaluators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ def polarity_expression(ctx, parentData, node):
"ThisInvocation": this_invocation,
"MemberInvocation": member_invocation,
"FunctionInvocation": function_invocation,
"IndexInvocation": this_invocation,
# expressions
"PolarityExpression": polarity_expression,
"IndexerExpression": indexer_expression,
Expand Down

0 comments on commit 4f21c7a

Please sign in to comment.