OHDSI / WebAPI

OHDSI WebAPI contains all OHDSI services that can be called from OHDSI applications
Apache License 2.0
130 stars 169 forks source link

Bug Fix: Return correct count values for RC/DRC and PC/DPC #2405

Closed amarsan closed 2 weeks ago

amarsan commented 2 weeks ago

Closes https://github.com/OHDSI/WebAPI/issues/2296

The issue is that we were modifying an array of concept IDs when going to the DB for their counts and caching them. I wrote an integration test cover this scenario.

I had some trouble getting the integration tests to run in my environment, and ended up having to add a dependency to the pom.xml file.