Additional TES generation tooling udpates#593
Merged
Conversation
Chris0296
reviewed
Mar 18, 2026
tooling/src/main/java/org/opencds/cqf/tooling/casereporting/tes/TESPackageGenerator.java
Outdated
Show resolved
Hide resolved
Chris0296
reviewed
Mar 18, 2026
tooling/src/main/java/org/opencds/cqf/tooling/casereporting/tes/TESPackageGenerator.java
Outdated
Show resolved
Hide resolved
Chris0296
reviewed
Mar 18, 2026
tooling/src/main/java/org/opencds/cqf/tooling/constants/CaseReporting.java
Show resolved
Hide resolved
Chris0296
reviewed
Mar 18, 2026
tooling/src/main/java/org/opencds/cqf/tooling/terminology/SpreadsheetHelper.java
Show resolved
Hide resolved
Chris0296
approved these changes
Mar 18, 2026
c-schuler
requested changes
Mar 18, 2026
tooling/src/main/java/org/opencds/cqf/tooling/constants/CaseReporting.java
Outdated
Show resolved
Hide resolved
tooling/src/main/java/org/opencds/cqf/tooling/casereporting/tes/TESPackageGenerator.java
Outdated
Show resolved
Hide resolved
tooling/src/main/java/org/opencds/cqf/tooling/casereporting/tes/TESPackageGenerator.java
Outdated
Show resolved
Hide resolved
tooling/src/main/java/org/opencds/cqf/tooling/casereporting/tes/TESPackageGenerator.java
Outdated
Show resolved
Hide resolved
tooling/src/main/java/org/opencds/cqf/tooling/constants/CaseReporting.java
Outdated
Show resolved
Hide resolved
tooling/src/test/java/org/opencds/cqf/tooling/casereporting/tes/TESPackageGeneratorIT.java
Outdated
Show resolved
Hide resolved
tooling/src/test/java/org/opencds/cqf/tooling/casereporting/tes/TESPackageGeneratorIT.java
Outdated
Show resolved
Hide resolved
tooling/src/test/java/org/opencds/cqf/tooling/casereporting/tes/TESPackageGeneratorIT.java
Outdated
Show resolved
Hide resolved
tooling/src/test/java/org/opencds/cqf/tooling/casereporting/tes/TESPackageGeneratorIT.java
Outdated
Show resolved
Hide resolved
tooling/src/test/java/org/opencds/cqf/tooling/casereporting/tes/TESPackageGeneratorIT.java
Outdated
Show resolved
Hide resolved
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #593 +/- ##
============================================
- Coverage 19.99% 19.88% -0.11%
+ Complexity 1676 1675 -1
============================================
Files 311 311
Lines 27527 27663 +136
Branches 4357 4367 +10
============================================
- Hits 5503 5501 -2
- Misses 21100 21237 +137
- Partials 924 925 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
TES Generator Tooling Updates
Description
Multiple updates to the TES Generator tooling:
Operation argument pathToConditionGrouperWorkbook renamed to pathToGroupersWorkbook
More accurate naming of multiple case reporting constants
Updated test case content
Updates to the SpreadsheetHelper, added getCellAsStringEmptyForNull method for reading cell values
Github Issue:
I've read the contribution guidelines
Code compiles without errors
Tests are created / updated
Documentation is created / updated
By creating this PR you acknowledge that your contribution will be licensed under Apache 2.0