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.LABEVENTS

Description:

Laboratory tests

DDL script

Columns

NameTypeNullableDefault valueComment
SUBJECT_IDNUMBER(7)N The unique patient identifier
HADM_IDNUMBER(7)Y The hospital admission
ICUSTAY_IDNUMBER(7)Y The ICU stay id
ITEMIDNUMBER(7)N The identifier for the laboratory test name
CHARTTIMETIMESTAMP(6) WITH TIME ZONEN The date and time that the test relates to
VALUEVARCHAR2(100)Y The result value of the laboratory test
VALUENUMNUMBER(38)Y The numeric representation of the laboratory test if the result was numeric
FLAGVARCHAR2(10)Y Flag or annotation on the lab result
VALUEUOMVARCHAR2(10)Y The units of measurement for the lab result value

Foreign Keys:

Constraint NameColumnsReferenced tableReferenced ConstraintOn Delete Rule
MIMIC2V26.LABEVENTS_FK_HADM_IDHADM_ID MIMIC2V26.ADMISSIONS MIMIC2V26.ADMISSIONS_PK NO ACTION
MIMIC2V26.LABEVENTS_FK_ICUSTAY_IDICUSTAY_ID MIMIC2V26.ICUSTAYEVENTS MIMIC2V26.ICUSTAYEV_PK NO ACTION
MIMIC2V26.LABEVENTS_FK_ITEMIDITEMID MIMIC2V26.D_LABITEMS MIMIC2V26.D_LABITEMS_PK NO ACTION
MIMIC2V26.LABEVENTS_FK_SUBJECT_IDSUBJECT_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.LABEVENTS_O1NORMALNONUNIQUESUBJECT_ID DDL script
MIMIC2V26.LABEVENTS_O2NORMALNONUNIQUEHADM_ID DDL script
MIMIC2V26.LABEVENTS_O3NORMALNONUNIQUEICUSTAY_ID DDL script
MIMIC2V26.LABEVENTS_O4NORMALNONUNIQUEITEMID DDL script
MIMIC2V26.LABEVENTS_O5NORMALNONUNIQUEICUSTAY_ID , ITEMID DDL script