-
Notifications
You must be signed in to change notification settings - Fork 49
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
DRR Measure Failure #27
Comments
This logic evaluates well in-memory
|
Looks like this is blowing up evaluating this:
and inside of JpaDataProvider.retrieve here:
In this situation, the valueSet argument is null because of
the codes argument, however, looks to be correctly set from the PHQ-9 Tool declaration. Might be that a simple valueSet != null in the 2nd if() clause would avoid the exception. |
Yup. That fixed it:
|
Closing this issue since the latest pull no longer throws this error. I'm no longer getting any positive results with the test. But that's a different issue that may be in my test data. |
I'm getting e500s on some of the patients:
The text was updated successfully, but these errors were encountered: