Project
>
Touchworks
>
User databases
>
Works
>
Tables
> dbo.Charge_Report_Cat_DE
Touchworks 25.2
[dbo].[Charge_Report_Cat_DE]
MS_Description
Unused dictionary
Columns
Key
Name
Data Type
Max Length (Bytes)
Nullability
Identity
Description
(4)
ID
[dbo].[dict_id]
5
NOT NULL
1 - 1
Key to the Charge_Report_Cat_DE table
EnterpriseEntryID
[dbo].[uniqueid]
9
NOT NULL
Master (enterprise) dictionary surrogate key. Points to Dictionary_Entry.EnterpriseEntryID
(4)
DefinitionSetID
[dbo].[dict_id]
5
NOT NULL
Points to Dict_Definition_Set.DefinitionSetID but is typically zero.
Entry
[dbo].[dict_id]
5
NOT NULL
Calculated during insert as rowcount + 1 from Dict_Definition_Set for this dictionary and set
EntryCode
[dbo].[code]
10
NOT NULL
Entry Code - Unique alphanumeric code
EntryName
[dbo].[name]
255
NOT NULL
Entry Name - Unique alphanumeric "friendly" display name
EntryMnemonic
[dbo].[code]
10
NOT NULL
Entry Mnemonic
IsInactiveFLAG
[dbo].[BOOL]
1
NOT NULL
Is the entry inactive (Y/N)?
IsEnforcedFLAG
[dbo].[BOOL]
1
NOT NULL
Is the entry Enforced (Y/N)? Enforced entries can not be modified by the application.
(4)
IsCurrentFLAG
[dbo].[BOOL]
1
NOT NULL
Is the entry Current (Y/N)?
EffectiveDT
datetime
8
NULL allowed
Effective Date is the last edited date.