DefaultReports


Description

Default report assignments linking applications to their default reports for automated report access. This table manages which reports are set as defaults for specific applications, supporting automated report assignment, application-specific reporting, and default report configuration for healthcare information systems.

Columns

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

Application reference - Links to application that uses this default report

Context Unknown 0 null

Report context - Context where this report should be displayed as default

DisplayOrder Unknown 0 null

Display order - Order for displaying multiple default reports

ID int identity 4 null

Primary key - Unique identifier for each default report assignment

ReportID int 4 null

Report reference - Links to report definition

UserRole Unknown 0 null

User role - Role for which this report is the default

Indexes

Constraint Name Type Sort Column(s)
PK__DefaultR__3214EC278AA718D8 Primary key Asc ID

Relationships