OHDSI / Achilles

Automated Characterization of Health Information at Large-scale Longitudinal Evidence Systems (ACHILLES) - descriptive statistics about a OMOP CDM database
https://ohdsi.github.io/Achilles/
130 stars 121 forks source link

DEVICES_BY_TYPE is always empty in concept reports generated by generateAODeviceReports() #738

Closed ganisimov closed 2 months ago

ganisimov commented 1 year ago

In this line DEVICES_BY_TYPE is fetched by CONCEPT_ID column. CONCEPT_ID column in the query behind the dataDevicesByType is device type concept ID (see analysis 2105 here), but it's compared with device concept id. So that it always returns empty results.

ganisimov commented 2 months ago

The fix was merged into develop branch as part of this PR: https://github.com/OHDSI/Achilles/pull/737