dbmi-pitt/ACT-Network

Ontology V2.0.1 i2b2 Breakdown Bug

Opened this issue · 3 comments

After upgrading i2b2 to V2.0.1 the Breakdown options return in error. I found that the change in TABLE_ACCESS for Demographics 'ACT_DEMO' needed to be updated in QT_BREAKDOWN_PATH:
UPDATE QT_BREAKDOWN_PATH SET VALUE = '\\ACT_DEMO\ACT\Demographics\Sex\' WHERE NAME = 'PATIENT_GENDER_COUNT_XML'; UPDATE QT_BREAKDOWN_PATH SET VALUE = '\\ACT_DEMO\ACT\Demographics\Race\' WHERE NAME = 'PATIENT_RACE_COUNT_XML'; UPDATE QT_BREAKDOWN_PATH SET VALUE = '\\ACT_DEMO\ACT\Demographics\Vital Status\' WHERE NAME = 'PATIENT_VITALSTATUS_COUNT_XML'; UPDATE QT_BREAKDOWN_PATH SET VALUE = '\\ACT_DEMO\ACT\Demographics\Age\' WHERE NAME = 'PATIENT_AGE_COUNT_XML';

image

mim18 commented

where did you access the files and instructions? thx

The files and instructions came from the old wiki site. I believe I checked this github repository after the problem was identified and could not find any difference that would have alleviated the issue.

mim18 commented

thx. i will fix