Alex Walley
Alex Walley
In src/java/cql-to-elm-cli/src/main/java/org/cqframework/cql/cql2elm/cli/CqlTranslator.java: all outputs are directed to standard error, making it impossible to check for actual errors (the program will always report failing even on success)  There are also...
Changes unnecessary System.Error.println commands to System.out.println so that developers can easily determine if translation completed successfully.
 The program stalls when I try to evaluate this expression in the watch window. The same happens when I try to use it as a conditional statement. `context.entry_stack_first.v.resource.resourceType ==...