Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ReportID | int identity | 4 | √ | null |
|
|
Reference identifier - Foreign key reference to related entity or lookup table |
||||||||||
| ReportCatName | int | 4 | √ | null |
|
|
Report category reference - Reference to the category classification for organizing and grouping related reports |
||||||||||
| ReportName | nvarchar | 1073741823 | √ | null |
|
|
Report name - Descriptive name of the report |
||||||||||
| ReportDesc | nvarchar | 1073741823 | √ | null |
|
|
Report description - Detailed description of the report’s purpose, content, and business value |
||||||||||
| Temp_ID | int | 4 | √ | null |
|
|
Template reference - Reference to the report template or base structure used for this report |
||||||||||
| Type | int | 4 | √ | null |
|
|
Report type code - Numeric code indicating the technical type of report (SQL query, Crystal Report, dashboard, etc.) |
||||||||||
| CreatedBy | int | 4 | √ | null |
|
|
Creator reference - Reference to the user who originally created this report definition |
||||||||||
| DateCreated | smalldatetime | 16 | √ | (getdate()) |
|
|
Creation date - Date and time when this report was first created |
||||||||||
| criteriaStr | varchar | 5000 | √ | null |
|
|
Criteria string - Serialized filter criteria and parameters used to customize report output |
||||||||||
| int | 4 | √ | null |
|
|
Sharing level - Access level determining who can view and run this report (private, shared, public) |
|||||||||||
| DateUpdated | smalldatetime | 16 | √ | (getdate()) |
|
|
Last update date - Date and time when this report definition was last modified |
||||||||||
| UpdatedBy | int | 4 | √ | null |
|
|
Last updater reference - Reference to the user who last modified this report |
||||||||||
| htmlStr | text | 2147483647 | √ | null |
|
|
HTML template - HTML template string used for formatting report output in web browsers |
||||||||||
| sqlQuery | text | 2147483647 | √ | null |
|
|
SQL query - The actual SQL query that retrieves data for this report |
||||||||||
| reportForm | varchar | 1000 | √ | null |
|
|
Report form - Form or interface used for collecting report parameters and filters |
||||||||||
| reportProcName | varchar | 300 | √ | null |
|
|
Stored procedure name - Name of the stored procedure that generates this report’s data |
||||||||||
| category | int | 4 | √ | null |
|
|
Category reference - Reference to the business category for organizing reports by functional area |
||||||||||
| catType | int | 4 | √ | null |
|
|
Category type - Type of category classification (financial, clinical, administrative, etc.) |
||||||||||
| fkreportid | int | 4 | √ | null |
|
|
Parent report reference - Reference to a parent or master report if this is a sub-report |
||||||||||
| pageName | varchar | 100 | √ | null |
|
|
Page name - Name of the web page or interface where this report is displayed |
||||||||||
| Documentation | ntext | 1073741823 | √ | null |
|
|
Report documentation - Comprehensive documentation including usage instructions, data sources, and business rules |
||||||||||
| GetFormId | int | 4 | √ | (NULL) |
|
|
Form reference - Reference to the form used for collecting report parameters |
||||||||||
| PublishBy | int | 4 | √ | null |
|
|
Publisher reference - Reference to the user who published or approved this report for general use |
||||||||||
| PublishToId | int | 4 | √ | (NULL) |
|
|
Publication target - Reference to the target audience or group for report publication |
||||||||||
| FilterGridReport | nvarchar | 6000 | √ | null |
|
|
Filter grid configuration - Configuration settings for filter grids and parameter selection interfaces |
||||||||||
| LayerGridReport | nvarchar | 6000 | √ | null |
|
|
Layer grid configuration - Configuration for layered or hierarchical report displays |
||||||||||
| FormattedReportLayout | varbinary | 2147483647 | √ | null |
|
|
Formatted layout - Binary data containing the formatted layout template for report presentation |
||||||||||
| LayerItemMarketId | int | 4 | √ | null |
|
|
Layer market reference - Reference to market-specific layer configurations for multi-market reports |
||||||||||
| DetailsKeyField | nvarchar | 600 | √ | null |
|
|
Detail key field - Field name used as the key for drill-down or detail report linking |
||||||||||
| DetailsReportId | int | 4 | √ | null |
|
|
Detail report reference - Reference to a detailed report that can be accessed from this summary report |
||||||||||
| IsActive | Unknown | 0 | null |
|
|
Active status - Whether this report is currently available |
|||||||||||
| ReportCategory | Unknown | 0 | null |
|
|
Report category - Classification for organizing reports |
|||||||||||
| ReportDescription | Unknown | 0 | null |
|
|
Report description - Purpose and content of the report |
|||||||||||
| ReportType | Unknown | 0 | null |
|
|
Report type - Technical type (SQL, Crystal, etc.) |
|||||||||||
| RequiredPermissions | Unknown | 0 | null |
|
|
Permission requirements - User permissions needed to run this report |
|||||||||||
| SchedulingOptions | Unknown | 0 | null |
|
|
Scheduling options - Whether report can be scheduled for automatic generation |
|||||||||||
| TypeLoadPage | nvarchar | 1000 | √ | null |
|
|
Load page type - Type of page or interface used for loading and displaying this report |
||||||||||
| UniqueCode | varchar | 50 | √ | null |
|
|
Unique code - Unique identifier or code for referencing this report in external systems |
||||||||||
| TabsConfigurations | nvarchar | 1073741823 | √ | null |
|
|
Tab configurations - Configuration settings for tabbed report interfaces and multi-section reports |
||||||||||
| DeleteDate | datetime | 16,3 | √ | null |
|
|
Deletion date - Date when this report was marked for deletion or archived |
||||||||||
| BillingTypeID | int | 4 | √ | null |
|
|
Billing type reference - Reference to the billing type for reports related to financial processing |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_Reports | Primary key | Asc | ReportID |