-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a CQL export option to the StripGeneratedContent operation #511
Conversation
tooling/src/main/java/org/opencds/cqf/tooling/operations/stripcontent/ContentStripperDstu3.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build is passing correctly and I don't see anything wrong with the code. Interesting to take a look at this feature, approved !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice work! I made some comments that could clean things up a bit more and reuse code in certain places. I will not block this PR for those small issues, however.
Description
This PR adds functionality to also export CQL from Libraries when stripping generated content. There's also a fair amount of refactoring and cleanup. If you run the following commands, you can go from a Bundle of content to a set of of minimal resources and exported CQL (IOW, reverse engineer an IG from a Bundle)
By creating this PR you acknowledge that your contribution will be licensed under Apache 2.0