Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mimic-iii/buildmimic/postgres/postgres_add_comments.sql
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ COMMENT ON COLUMN ICUSTAYS.SUBJECT_ID is
COMMENT ON COLUMN ICUSTAYS.HADM_ID is
'Foreign key. Identifies the hospital stay.';
COMMENT ON COLUMN ICUSTAYS.ICUSTAY_ID is
'Primary key. Identifies the ICU stay.';
'Identifies the ICU stay.';
COMMENT ON COLUMN ICUSTAYS.DBSOURCE is
'Source database of the item.';
COMMENT ON COLUMN ICUSTAYS.INTIME is
Expand Down