eicu-code icon indicating copy to clipboard operation
eicu-code copied to clipboard

Code and website related to the eICU Collaborative Research Database

Results 103 eicu-code issues
Sort by recently updated
recently updated
newest added

In the infusion drug table, we have only one timestamp: infusionOffset (see table schema below). I am wondering how to find the start and end offset time for each infused...

hello! I want to know the meaning of 'activetx' in apachepredvar table. Because i am doing the machine learning research right now and 'activetx'is the most important variable after the...

Just to clarify that a negative offset in the labResultOffset column of the lab table means the result was taken n minutes before the patient was admitted to the ICU?...

I was wondering the correct interpretation of this scenario which occurs semi-frequently (tens of thousands of rows) Actual Example: Patient Unit Stay ID 144722 was measured at labresultoffset 6197. Row...

When I search infusiondrug for amoxicillin, I keep getting 0 results and for admissiondrug there are only 396. ` SELECT * FROM physionet-data.eicu_crd.infusiondrug WHERE LOWER(drugname) LIKE '%amoxicillin%' ` ` SELECT...

In the treatments table, only information related to COT、NIV and tracheal intubation can be found, but there is no classification of HFNC. May I ask whether this part of the...

This seems to be a very non-SQL-specific problem but since we are working with Django every table needs to have a primary key field. This is why I want to...

I am trying to derive the SAPS-II features from the eICU dataset. Unlike the MIMIC Dataset, no official script exists for this task, so I am attempting to construct my...

Could anyone please help me better understand the table "carePlanCareProvider"? Please correct me if I'm wrong. I interpreted that the providers listed in this table are all from the on-site...

I want to find patients who have entered ICU due to pneumonia, and these patients have no history of sepsis before, How should I do? I tried use admissiondx table...