Paul den Boer
Paul den Boer
The dockerfile file extension is associated with the Docker, a virtualization solution for running various services, programs, etc. available for various platforms. The dockerfile file stores settings of virtual machine...
ℹ️Work for issue #340 Fix mapping from Cql Code -> FHIR Coding
ℹ️Work for issue #325 Merged from develop 1.0 branch into develop 2.0
In develop 1.0, there were a number of changes to operators' behavior make the XML tests match the expectations. See [Slack chat](https://firelyteam.slack.com/archives/C05GW1J1HFV/p1714477650426509) Merge changes from the develop 1.0 branch as...
ℹ️Work for issue #292 ⏮️PR #323
The CommandLineParser Nuget package could a better solution to parse command line arguments. Consider using it in the PackageCLI projects, since it worked well in the demo project used in...
Conversions are scattered everywhere and should preferably only happen in two places, binding to cql operator method when arguments are matched/converted against existing methods, and then again on the return...
Cleanup
TODO's. (Some items were done and have PR's assigned to them, but after some major merges, they need to be done again) - [ ] Merge `LibraryExpressionBuillder` with `ExpressionBuilder` -...
CustomImplementations must be put back in the 2.0 branch. It was a public property on ExpressionBuilder, a better place needs to be found to set this, perhaps the Settings type?...
This issue is created from a comment in PR #211 related to issue #210 : "... in 1.1 we should consider eliminating this method `ExpressionBuilder.GetProperty` by moving the `Nullable` value...