#267

About institutional review board statement

Dear Sir, We are submitting a manuscript based on MIMIC III to World Journal of Gastroentrology. We are required to also submit a institutional review board statement and informed consent statement. How ...

#266

Travis CI build broken for postgres build

Can't seem to build the dataset with the test scripts.. I updated them for v1_4, but I doubt it's fixed it. Here's the stack trace (unrelated to the actual pull request): https://travis-ci.org/MIT-LCP/mimic-code/builds/260484226?utm_source=github_status&utm_medium=notification ...

#265

Confidentiality/legal issue

Hi, Hope everyone is doing well! I was just wondering if I can use some of the MIMIC data to train a model on the IBM Watson Knowledge Studio. I am just concerned as I think it uploads the data to the ...

#79

Stroke outcome score?

Has anyone been able to find a systematic coding for any stroke outcome score, such as modified Rankin Score, Mathew Stroke Scale, or Functional Independence Measure? At least, has anyone come across a ...

#264

Add CRRT durations

Add CRRT durations

#263

Time data

Hi,thanks for this resourse . Accorting the introduction, all dates in the database have been shifted to protect patient confidentiality But "Trends in severity of illness on ICU admission and mortality ...

#262

Miss data of some patient from ventilation duration

Hi, Thanks for the fantastic data! We have a small problem when running script of ventilation duration .Paitient with hadm_id182834 receive the intubation and ventilation ,but have 0 ventilation days according ...

#1

Reduce compiler warnings

Building this project with recent gcc or llvm produces volumes of compiler warnings. This fixes about half. These are all trivial ones where it's easy to see the change won't alter behavior: unused ...

#68

UnicodeDecodeError when downloading mghdb

Downloading the mghdb give the following error: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 1209: ordinal not in range(128) import wfdb wfdb.dldatabase('mghdb', ...

#46

Error in wfdb matlab toolbox

Hello everyone, I tried to download the apnea-ecg database by the wfdb matlab toolbox: physionetdb('apnea-ecg',1,0); but an error occurred: Error using urlreadwrite (line 92) The server did not ...