Details
-
Task
-
Status: Backlog
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The upgrade script for 1.7.07 adds a CA pointer in TABLE_ACCESS to the new ICD10_ICD9 shard. Unless you're using i2b2 for a very specific clinical application, this creates an unusable "Diagnoses (ICD10)" folder in Navigate Terms which just returns an error when clicked. Our i2b2 doesn't have diagnoses at all so I had to hide this after upgrade.
The script Metadata/scripts/table_access_insert_data.sql should be part of the Demo Data package, not the standard upgrade. You might say the same for schemes_insert_data.sql, but that's not as annoying.
The script Metadata/scripts/table_access_insert_data.sql should be part of the Demo Data package, not the standard upgrade. You might say the same for schemes_insert_data.sql, but that's not as annoying.
I dont understand your distinction between the demo data package v the standard upgrade. Can you explain this better? The data package contains the demo data package, so the upgrade path is intended to upgrade the demo data. Also, if you ran the complete upgrade, the ICD10_ICD9 table would have been created and the navigation error would not have occurred.