icsUserStamp


Description

User activity timestamps tracking user login sessions and contract level access for audit and session management. This table records user activity timestamps including login dates, user identifiers, and contract levels to support session tracking, audit compliance, and user activity monitoring for healthcare system security and access control.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
pkUserStampID int identity 4 null

Primary key - Unique identifier for each user activity stamp

DateStamped smalldatetime 16 (getdate())

Timestamp - Date and time when the user activity was recorded

UserID int 4 null

User reference - Links to AccessUser table for the user who performed the activity

ContractLevel int 4 null

Contract level - Contract or access level associated with the user session

Indexes

Constraint Name Type Sort Column(s)
PK_icsUserStamp Primary key Asc pkUserStampID
IX_DateStamped Performance Asc DateStamped

Relationships