create_date | datetime (8, 3) | NOT NULL | The date and time this row was created. The time value is UTC. |
computer | nvarchar (30) | NOT NULL | Name of computer that was running Practice when the event was detected. |
event_type_KEY | int (4) | NOT NULL | Key of event type that occurred. |
event_class_type_KEY | int (4) | NOT NULL | Key of object type affected by the event. |
details | nvarchar (-1) | | XML blob that contains raw data upon which the event was based, probably the essence of the Montored_Event record as well as details about the specific occurrence. |
alert_level_KEY | int (4) | | Alert level for event. |
is_system_event | bit (1) | NOT NULL | Indicates whether this is a system level event and therefore not to be displayed to users. |
update__staff_KEY | int (4) | NOT NULL | Key of staff member who was logged into Practice when the event was detected. |
text | nvarchar | | Summary of what happened in a format suitable for reporting, viewing in a portlet, and so on. |
recorded_event_KEY | int (4) | NOT NULL | |