Project
>
Touchworks
>
User databases
>
Works
>
Tables
> dbo.Patient_Care_Team_DE
Touchworks 25.2
[dbo].[Patient_Care_Team_DE]
MS_Description
Patient care team entries
Columns
Key
Name
Data Type
Max Length (Bytes)
Nullability
Identity
Default
Description
ID
[dbo].[dict_id]
5
NOT NULL
1 - 1
Key to the Patient_Care_Team_DE table
EnterpriseEntryID
[dbo].[uniqueid]
9
NOT NULL
Master (enterprise) dictionary surrogate key. Points to Dictionary_Entry.EnterpriseEntryID
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
EntryName
[dbo].[name]
255
NOT NULL
Entry 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.
IsCurrentFLAG
[dbo].[BOOL]
1
NOT NULL
Is the entry Current (Y/N)?
EffectiveDT
datetime
8
NULL allowed
Effective Date. This is the last edited date.
IsCPCEmpaneledFLAG
[dbo].[BOOL]
1
NOT NULL
('N')
Flag to check if the entry is CPC Empaneled