Paul den Boer
Paul den Boer
Before starting with this, pick up #428 first Move demo projects into another repo and include them as submodule in the cql repo. See related #440 See my notes on...
Update the Java tooling version for cql to elm
None of the demo projects are able to rebuild as a result of PR #437 Examples: ``` 20>Hl7.Cql.Abstractions.Exceptions.CqlException`1[Hl7.Cql.Compiler.ExpressionBuildingError]: FunctionRef FHIRHelpers.ToString has no result type specifier or result type name. 20>...
Before starting with this, pick up #428 first CqlToElm test project are already in another repo https://github.com/cqframework/cql-tests, but a copy of the code exists in the cql repo. Remove the...
Need fix on TemplateId filtering by changing IDataSource interface to accept template id (maybe create an args parameter, instead of multiple overloads) The Retrieve method needs to take a lot...
Additional cql unit test for comparing date intervals with different precisions
Only two out of many unit tests have copyright file headers. To be consistent, either all or none must have it. For unit tests, having a copyright notice is not...
Since adding value tuples, it became more complex to support both var and explicit types. For the sake of time constraints, the support for emitting vars were removed in #423...
After the merge from develop and cql-to-elm into develop-2.0, the generated c# code includes expressions where a null is safely cast to a particular type, where it isn't required. For...
* Draw up service dependency diagrams for: * ELM->C#->Resource Packaging * CQL->ELM * CQL Runtime * Ensure all documentation in the 2.0 repo is current and complete: * README's (related...