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

Description:

Events indicating microbiology tests taken from a patient.

DDL script

Columns

NameTypeNullableDefault valueComment
SUBJECT_IDNUMBER(7)Y The patient for the microbiology event.
HADM_IDNUMBER(7)Y The hospital admission.
CHARTTIMETIMESTAMP(6) WITH TIME ZONEY The charted time for the microbiology event.
SPEC_ITEMIDNUMBER(7)Y The item identifier for the specimen tested.
ORG_ITEMIDNUMBER(7)Y The item identifier for the organism tested.
ISOLATE_NUMNUMBER(38)Y The isolate number for the test.
AB_ITEMIDNUMBER(7)Y The item identifier for the antibacterium used.
DILUTION_AMOUNTVARCHAR2(72)Y The dilution amount tested for.
DILUTION_COMPARISONVARCHAR2(10)Y The comparison used against the given dilution amount, for the test: either <= (less than or equal), = (equal), or >= (greater than or equal), or null when not available.
INTERPRETATIONVARCHAR2(1)Y The interpretation of the test: R, P, I, or S (or null when not available).

Foreign Keys:

Constraint NameColumnsReferenced tableReferenced ConstraintOn Delete Rule
MIMIC2V26.MICROBIOEV_AB_FK_D_CODEDAB_ITEMID MIMIC2V26.D_CODEDITEMS MIMIC2V26.D_CODEDITEMS_PK NO ACTION
MIMIC2V26.MICROBIOEV_FK_ADMISSIONSHADM_ID MIMIC2V26.ADMISSIONS MIMIC2V26.ADMISSIONS_PK NO ACTION
MIMIC2V26.MICROBIOEV_FK_D_PATIENTSSUBJECT_ID MIMIC2V26.D_PATIENTS MIMIC2V26.D_PATIENTS_PK NO ACTION
MIMIC2V26.MICROBIOEV_ORG_FK_D_CODEDORG_ITEMID MIMIC2V26.D_CODEDITEMS MIMIC2V26.D_CODEDITEMS_PK NO ACTION
MIMIC2V26.MICROBIOEV_SPEC_FK_D_CODEDSPEC_ITEMID MIMIC2V26.D_CODEDITEMS MIMIC2V26.D_CODEDITEMS_PK NO ACTION

Options:

OptionSettings
TablespaceMIMIC2_DAT
Index OrganizedNo
Generated by OracleNo
ClusteredNo
NestedNo
TemporaryNo

Indexes:

Index NameTypeUnuquenessColumnsDDL script
MIMIC2V26.MICROBIOLOGYEVENTS_O1NORMALNONUNIQUEAB_ITEMID DDL script
MIMIC2V26.MICROBIOLOGYEVENTS_O2NORMALNONUNIQUEHADM_ID DDL script
MIMIC2V26.MICROBIOLOGYEVENTS_O3NORMALNONUNIQUESUBJECT_ID DDL script
MIMIC2V26.MICROBIOLOGYEVENTS_O4NORMALNONUNIQUEORG_ITEMID DDL script
MIMIC2V26.MICROBIOLOGYEVENTS_O5NORMALNONUNIQUESPEC_ITEMID DDL script