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.
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.