FirelyTeam / firely-cql-sdk

BSD 3-Clause "New" or "Revised" License
31 stars 17 forks source link

Add support for bind a value in a valueset where the valueset is an expression #631

Closed baseTwo closed 1 week ago

baseTwo commented 2 weeks ago

Work for

When binding an in operator to a valueset, that valueset could either be a valueset reference as it is currently implemented, but missing was that it could be a valueset expression.

Unit tests added as well