Optimize CQL library evaluation and consequently measure evaluation#688
Merged
JPercival merged 71 commits intoAug 12, 2025
Conversation
…d measure reports.
|
Formatting check succeeded! |
…service layers for single and multi measures and collect data. Leave old evaluate measure code within processor for the time being as there are still unit test failures otherwise, hopefully limited to single measure evaluation.
…ll as successful results, and enhancing it to mutate a given MeasureDef with errors should they exist. Start cleaning up. Spotless.
… call it correctly, and get rid of duplicate methods.
… the CQL library evaluation, and then to the measure evaluation.
…e-measure-population-flip-measure-and-subject-iteration
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #688 +/- ##
============================================
+ Coverage 72.59% 72.70% +0.10%
Complexity 167 167
============================================
Files 480 482 +2
Lines 22510 22717 +207
Branches 2885 2895 +10
============================================
+ Hits 16342 16517 +175
- Misses 4735 4767 +32
Partials 1433 1433 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…eta profiles to all encounters and change IDs accordingly. Adjust CQLs. Start trying to assert stratifiers from tests.
…linical-reasoning. Make R4PopulationBasisValidator more error tolerant, especially if CQL returns Iterators instead of Lists. Enhance MultiMeasure test util.
… captures the scenario we're trying to optimize for. Start getting rid of logs.
…e-measure-population-flip-measure-and-subject-iteration
…nversioned local files.
Capt-Mac
approved these changes
Aug 11, 2025
…ip-measure-and-subject-iteration
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



CompositionEvaluationResultsPerMeasure, which serves as a combined cache of CQL evaluation results and errors, designed to maintain current permissive error handling