nus-mornin-lab / echo-mimiciii

Transthoracic echocardiography and mortality in sepsis: analysis of the MIMIC-III database
https://doi.org/10.1007/s00134-018-5208-7
49 stars 36 forks source link

About angus_sepsis table #4

Closed Yuz998 closed 4 years ago

Yuz998 commented 4 years ago

Hello,

I want to know where the angus_sepsis table in the SQL statement comes from? There is no angus_sepsis table in the mimic database. Can you provide the patient table? Or how to generate angus_sepsis table?

table

Thanks!

tompollard commented 4 years ago

@Yuz998 my guess is that this is referring to the view generated by the script at: https://github.com/MIT-LCP/mimic-code/blob/master/concepts/sepsis/angus.sql. I wrote this script based on the paper at: https://github.com/MIT-LCP/mimic-code/blob/master/concepts/sepsis/angus2001.pdf

kiendang commented 4 years ago

Thanks Tom that is correct. We did use several tables from https://github.com/MIT-LCP/mimic-code/blob/master/concepts.