CustomColumnNames


Description

Custom column name mappings managing user-defined column names and display labels for database tables and fields. This customization table allows organizations to override default column names with custom labels, supporting user interface customization, localization, and organization-specific terminology for healthcare data presentation.

Columns

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

Primary key - Unique identifier for each custom column name mapping

TableName varchar 250 null

Table name - Name of the database table containing the column

ColumnName varchar 250 null

Column name - Original database column name

CustomName varchar 2147483647 null

Custom display name - User-defined display name for the column

Indexes

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

Relationships