Closed sgfin closed 6 years ago
Nevermind looks like it's from here:
hello @sgfin,did you finally get the original data ? if so ,could you tell me how to get it ? thank you
Hi @paulrich1234, you'll need to get MIMIC-III from Physionet, build the concept tables here https://github.com/MIT-LCP/mimic-code and then run make_tables.sql from here: https://github.com/alistairewj/sepsis3-mimic/tree/master/query
hello @ @spfohl Thank you for your timely reply ,i think i have got the result as your instruction recently .Thank you
Trying to rerun the mimic scripts, and was able to run the scripts of the form "*_all_rl.sql", but when I try to run "create_cohort_table.sql", I get the following error:
DROP MATERIALIZED VIEW psql:create_cohort_table.sql:34: ERROR: relation "sepsis3" does not exist LINE 19: FROM sepsis3 as s3
Searching through the repo, I can't see where sepsis3 is created. Is there another script where that happens, or am I just missing something?