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 @@ -57,7 +57,7 @@ COMMENT ON COLUMN ADMISSIONS.ROW_ID is
COMMENT ON COLUMN ADMISSIONS.SUBJECT_ID is
'Foreign key. Identifies the patient.';
COMMENT ON COLUMN ADMISSIONS.HADM_ID is
'Primary key. Identifies the hospital stay.';
'Identifies the hospital stay.';
COMMENT ON COLUMN ADMISSIONS.ADMITTIME is
'Time of admission to the hospital.';
COMMENT ON COLUMN ADMISSIONS.DISCHTIME is
Expand Down