We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support CQL Min / Max operators DateTime overloads for use in #39
In the MERindicators there's use of the Min(List) and Max(List) operators which we don't currently support.
Spec links: https://cql.hl7.org/09-b-cqlreference.html#max https://cql.hl7.org/09-b-cqlreference.html#min
The text was updated successfully, but these errors were encountered:
Add support for Max(List<DateTime>) operator overload.
3d27478
Referenced in #48 PiperOrigin-RevId: 651174726
863e6ce
Referenced in #48 PiperOrigin-RevId: 651210308
These are both now supported via the above and #54 changes.
Closing this issue as fixed.
Sorry, something went wrong.
evan-gordon
No branches or pull requests
Support CQL Min / Max operators DateTime overloads for use in #39
In the MERindicators there's use of the Min(List) and Max(List) operators which we don't currently support.
Spec links:
https://cql.hl7.org/09-b-cqlreference.html#max
https://cql.hl7.org/09-b-cqlreference.html#min
The text was updated successfully, but these errors were encountered: