Main Tables Materialized Views Indexes Constraints DDL scrips
Description Columns Primary key Check Constraints Foreign keys Unique Keys Options Indexes Referenced by Triggers Partitions

MIMIC2V26.ADMISSIONS

Description:

The record of patient admissions to the hospital

DDL script

Columns

NameTypeNullableDefault valueComment
HADM_IDNUMBER(7)N Table record unique identifier, the hospital admission ID
SUBJECT_IDNUMBER(7)N The patient for the admission.
ADMIT_DTDATEN Date and time the patient was admitted to the hospital
DISCH_DTDATEN Date and time the patient was discharged from the hospital

Primary key:

Constraint NameColumns
MIMIC2V26.ADMISSIONS_PKHADM_ID

Foreign Keys:

Constraint NameColumnsReferenced tableReferenced ConstraintOn Delete Rule
MIMIC2V26.ADMISSIONS_FK_D_PATISUBJECT_ID MIMIC2V26.D_PATIENTS MIMIC2V26.D_PATIENTS_PK NO ACTION

Options:

OptionSettings
TablespaceMIMIC2_DAT
Index OrganizedNo
Generated by OracleNo
ClusteredNo
NestedNo
TemporaryNo

Indexes:

Index NameTypeUnuquenessColumnsDDL script
MIMIC2V26.ADMISSIONS_O1NORMALNONUNIQUESUBJECT_ID DDL script
MIMIC2V26.ADMISSIONS_PKNORMALUNIQUEHADM_ID DDL script

Referenced by:

TableConstraint
MIMIC2V26.DEMOGRAPHICEVENTS MIMIC2V26.DEMOGRAPHICEVENTS_FK_ADMIT
MIMIC2V26.DRGEVENTS MIMIC2V26.DRGEVENTS_FK_ADMIT
MIMIC2V26.ICD9 MIMIC2V26.ICD9_FK_ADMISS
MIMIC2V26.LABEVENTS MIMIC2V26.LABEVENTS_FK_HADM_ID
MIMIC2V26.MICROBIOLOGYEVENTS MIMIC2V26.MICROBIOEV_FK_ADMISSIONS
MIMIC2V26.NOTEEVENTS MIMIC2V26.NOTEEVEN_FK_ADM
MIMIC2V26.POE_ORDER MIMIC2V26.POE_ORDER_FK_ADMISS
MIMIC2V26.PROCEDUREEVENTS MIMIC2V26.PROCEDUREEVENTS_FK_ADM