We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c110721 + 187cbbb commit 26da326Copy full SHA for 26da326
1 file changed
mimic-iii/buildmimic/postgres/postgres_add_comments.sql
@@ -57,7 +57,7 @@ COMMENT ON COLUMN ADMISSIONS.ROW_ID is
57
COMMENT ON COLUMN ADMISSIONS.SUBJECT_ID is
58
'Foreign key. Identifies the patient.';
59
COMMENT ON COLUMN ADMISSIONS.HADM_ID is
60
- 'Primary key. Identifies the hospital stay.';
+ 'Identifies the hospital stay.';
61
COMMENT ON COLUMN ADMISSIONS.ADMITTIME is
62
'Time of admission to the hospital.';
63
COMMENT ON COLUMN ADMISSIONS.DISCHTIME is
0 commit comments