| Database Schema Tables / Engage Dimension and Fact Tables | |
Stores a distinct set of event classes.
| Column | Description | Example |
|---|---|---|
| event_class_id | bigint The unique event class id. |
1 |
| event_class_name | varchar The source of the alarm or alert (for example: ORDER, NURSE CALLS, LAB TEST, PATIENT MONITOR, REPORT). |
NURSE CALLS |
| created_at | datetime The creation date. |
2017-12-06 04:35:08.937000 |
| updated_at | datetime The last updated date. |
2017-12-06 04:35:08.937000 |
| control_id | bigint The control id, indicating when the record was loaded or updated. |
12638 |
| source_id | bigint The source id of the appliance providing data. |
1 |