MIT-LCP / mimic-code

MIMIC Code Repository: Code shared by the research community for the MIMIC family of databases
https://mimic.mit.edu
MIT License
2.51k stars 1.5k forks source link

SQLite support for mimic-iv #1052

Open GilbertFan opened 3 years ago

GilbertFan commented 3 years ago

Prerequisites

Description

Is there a way to import mimic-iv data to SQLite? Just like for mimic-iii? It is much quicker than Postgres SQL.

I have tried to reuse the SQLite code for mimic-iii, but it gives me an error. The reason I think is not all tables have ROW_ID now. Is it possible to have a script for SQLite?

Another question I have is the download version of mimic-iv (https://physionet.org/content/mimiciv/1.0/) seems to have no ED/CXR/NOTE tables available. Just wondering when this can be put online for download?

Thanks

Labels

tompollard commented 3 years ago

@GilbertFan An SQLite import script would be useful. We're pretty stretched in the lab at the moment, but we would be happy to review a pull request.