ReferenceLookup


Description

Reference lookup table that provides cross-references and lookup values for various system codes, identifiers, and classification systems used throughout the application.

Columns

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

Primary key - ReferenceLookup unique identifier for each record

Type varchar 50 null

Type classification - Category or classification type for ReferenceLookup records

Description varchar 50 null

Description field - Detailed description or explanation of ReferenceLookup information

Comments varchar 200 null

Text field - Comments text information for ReferenceLookup records

IsActive Unknown 0 null

Active status - Whether this reference is currently valid

ReferenceCode Unknown 0 null

Reference code - Code or identifier being referenced

ReferenceId Unknown 0 null

Primary key - ReferenceLookup unique identifier for each reference entry

ReferenceType Unknown 0 null

Reference type - Type or category of the reference lookup

ReferenceValue Unknown 0 null

Reference value - Value or description associated with the code

Indexes

Constraint Name Type Sort Column(s)
PK_ReferenceLookup Primary key Asc pkRefID

Relationships