cqframework / cql-engine

Clinical Quality Language Evaluation Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resolving CodeRef only looks in current library

c-schuler opened this issue · comments

There are instances when a library may refer to a code that is declared in another library. Currently the implementation only looks in the current library and throws a NullPointerException when the code is not present. Add logic to search included libraries as well.

commented

Resolved by #276