Skip to content
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

DAK creates a Codesystem with only one data element using tooling v2.5.0 #489

Closed
alexisc0le opened this issue Nov 29, 2023 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@alexisc0le
Copy link

Describe the bug
We created a DTR that has 28 concepts. When I tried to run the accelerator kit using tooling-cli-2.5.0, it created a CodeSystem labelled concept-codes but only added the last concept out of the 28. If I open the CodeSystem CQL file, and run the DAK, I can see the CQL rewriting each concept but only displaying the last concept in the list.

To Reproduce
Steps to reproduce the behavior:

  1. In terminal run this command- JAVA -jar "input-cache/tooling-cli-2.5.0.jar" -ProcessAcceleratorKit -s=BMJ -pts=input/l2/DTR-using-knowledge-graph-only.xlsx -op=./ -dep="BMJ.P1 Preeclampsia Risk Factor"
  2. A CodeSystem CQL file is created
  3. The Codesystem only fills in one concept instead of all 28

Expected behavior
All 28 concepts to be displayed

Desktop (please complete the following information):
Macbook M1 and Java version 8

@alexisc0le alexisc0le added the bug Something isn't working label Nov 29, 2023
@ddieppois
Copy link
Contributor

There has been a lot of changes done on the accelerator-kit recently in order to put it back in shape. Would you be able to provide me with the Xls file that you used to run the kit ? I can review and debug any issues as I'm the one updating the accelerator so it produce the proper cql and json files.

Thanks @alexisc0le

@ddieppois
Copy link
Contributor

Discussed with @alexisc0le about this and the issue is fixed with a newer version of the tooling !

It can be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants