MIT-LCP / eicu-website

Repository moved
https://github.com/MIT-LCP/eicu-code
MIT License
3 stars 3 forks source link

max value in actualHospitalLOS is 50 not 30 #33

Closed tompollard closed 6 years ago

tompollard commented 6 years ago

Highlighted by @deliberato:

I was looking the eicu_crd website and there is an information in the apachepatientresult table saying..

"actualHospitalLOS float(53) NULL Actual Hospital Length of Stay. Value is 30 when > 30 days."

but I believe that the right value should be 50. Take a look at the query below...

select actualhospitallos, unabridgedhosplos
from eicu_crd.apachepatientresult 
where actualhospitallos > 40 
limit 10

http://eicu-crd.mit.edu/eicutables/apachePatientResult/