You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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"
A CodeSystem CQL file is created
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
The text was updated successfully, but these errors were encountered:
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.
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 labelledconcept-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:
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"
Expected behavior
All 28 concepts to be displayed
Desktop (please complete the following information):
Macbook M1 and Java version 8
The text was updated successfully, but these errors were encountered: