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
When translating CQL to ELM, the translator fails due to a namespace resolution error. Initially the assumption was that it was an issue with the VSCode CQL plugin, but upon further digging the issue exists when invoking the translation commands from the command line directly to the cql-to-elm-cli tool.
The scripts and libraries were built using ./gradlew installDist in the java-quickstart directory, and the command to invoke the translation is ./cql-to-elm-cli/bin/cql-to-elm-cli --input ./DependencyIG/input/cql/DependencyLibrary.cql.
The text was updated successfully, but these errors were encountered:
JunaidUK
changed the title
Handle dependencies in CQL to ELM translator
Namespace error when invoking external dependencies in CQL to ELM translation
Oct 31, 2024
When translating CQL to ELM, the translator fails due to a namespace resolution error. Initially the assumption was that it was an issue with the VSCode CQL plugin, but upon further digging the issue exists when invoking the translation commands from the command line directly to the
cql-to-elm-cli
tool.A reproduction of the issue (and setup instructions) can be found here: https://github.com/reason-healthcare/crmi-reusable-cql/blob/unresolvable-namespace/README.md. The
unresolvable-namespace
branch has the cli scripts and libraries so that this is easily reproducible.The scripts and libraries were built using
./gradlew installDist
in thejava-quickstart
directory, and the command to invoke the translation is./cql-to-elm-cli/bin/cql-to-elm-cli --input ./DependencyIG/input/cql/DependencyLibrary.cql
.The text was updated successfully, but these errors were encountered: