-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge gatherdependencies into package updates (#502)
* Remove non CRMI logic. Update PackageProcessor to use visitor. * Add adapters for Questionnaire and StructureDefinition * Shortening some class names * Add type and dataRequirement * Refactor ValueSet expansion * Extract expansion logic out of PackageVisitor * Add tests * Fix class name * clean up adapters * stop expecting getRelatedArtifacts to pass a mutable ref * Enable test * Add tests * Add tests * Update terminology client to use url param (#488) * add method to client without valueset * spotless --------- Co-authored-by: taha.attari@smilecdr.com <taha.attari@smilecdr.com> * Add tests * Fix test * shorter * Add test * cleanup * cleanup * #494: Added measure support for the release operation * Questionnaire and StructureDefinition adapter work and DSTU3 extension support * spotless * add tests * add support for cqf-resourceType extension * fix Javadoc * typo * add MeasureAdapters * refactor to completely separate component and dependency resolution - moved component reference updates into internalRelease - created a dedicated resource cache for dependency resolution so it wouldn't get mixed up with the released resources - updated tests with newly found dependencies * remove isEmpty() * cleanup - make sure everything which can get a descriptor gets one - update var names and comments * check the expansion parameters for dependency versions * update expansion parameters with new values * update tests * spotless * update Measure Test, check descriptors are set correctly, expansion parameters test pending * remove unsupported * check exp params, data requirements and resource type extensions * spotless * update tests to increase coverage and handle edge cases * remove extension generic * spotless * looks like HAPI auto prepends # to contained IDs * cleanup * add hash to id * more hash issues * add tests * cleanup and add tests * add tests * cleanup and tests * cleanup * add tests * spotless * add tests * Add MeasureAdapter * fix method signatures * Add tests * add tests * Add dependency tracing logic to MeasureAdapters * remove unnecessary methods * update adapters * add tests * fix merge issues * remove old constants * update tests * update tests * spotless * update tests and cqfm vs crmi edr * spotless * cleanup and tests --------- Co-authored-by: Brenin Rhodes <brenin@alphora.com> Co-authored-by: taha.attari@smilecdr.com <taha.attari@smilecdr.com> Co-authored-by: Bryn Rhodes <bryn@databaseconsultinggroup.com>
- Loading branch information
1 parent
1f20345
commit 40fe754
Showing
25 changed files
with
17,177 additions
and
194 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.