Anton Vasetenkov
Anton Vasetenkov
Hi @brynrhodes @JPercival this change only affects the operators that have both list and interval overloads where `null` are passed in, such as `Contains` etc. Currently, something like `Contains(null, 'a')`...
Closing in favor of https://github.com/cqframework/clinical_quality_language/pull/1428
Hi @lildude, thank you for having a look at this! Just wanted to highlight that CQL is used on GitHub by folks like Google ([1](https://github.com/google/cql), [2](https://github.com/search?type=code&q=NOT+is%3Afork+path%3A*.cql+%22context+Patient%22+org%3Agoogle)), IBM ([3](https://github.com/LinuxForHealth/FHIR/tree/main/cql)), WHO ([4](https://github.com/search?type=code&q=NOT+is%3Afork+path%3A*.cql+%22context+Patient%22+org%3AWorldHealthOrganization)),...
Depends on https://github.com/cqframework/cql-tests/pull/40
Hi @SeenaFa, I can replicate this issue using the latest version of the extension, and it's related to https://github.com/cqframework/clinical_quality_language/issues/1407 (which we fixed in https://github.com/cqframework/clinical_quality_language/pull/1409). The issue had to do with...
Resolved in version 0.7.3 of the extension.
Closing in favor of https://github.com/cqframework/clinical_quality_language/pull/1432
[do not merge!] Align CQL's grammar with that of FHIRPath to fix operator precedence inconsistencies
Superseded by https://github.com/cqframework/clinical_quality_language/pull/1436
> Here's another (much smaller) set of comments and questions. > > I am also no longer able to build this. When I run `./gradlew clean install`, I get errors...
Hi @scymtym , this is so cool and very well done! And thanks for merging in my suggested changes. Agree with @c-schuler that more toggles will be needed to control...