Project
>
Touchworks
>
User databases
>
Works
>
Tables
> dbo.Clinical_Relation_DE
Touchworks 25.2
[dbo].[Clinical_Relation_DE]
MS_Description
Types of family members. Used for family problem history dropdowns and checkbox in the ACI.
Columns
Key
Name
Data Type
Max Length (Bytes)
Nullability
Identity
Default
Description
(3)
ID
[dbo].[dict_id]
5
NOT NULL
1 - 1
Key to the Clinical_Relation_DE table.
EnterpriseEntryID
[dbo].[uniqueid]
9
NULL allowed
Key to the dictionary_Entry table. This is a unique identifier across all dictionaries.
DefinitionSetID
[dbo].[dict_id]
5
NULL allowed
Dictionary Subset as defined in the Dict_Definition_Set table.
Entry
[dbo].[dict_id]
5
NOT NULL
Entry number within the Definition Set
EntryCode
[dbo].[code]
10
NOT NULL
Entry Code
EntryName
[dbo].[name]
255
NOT NULL
Entry Name
EntryMnemonic
char(10)
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.
(3)
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.
ClinicalOrder
smallint
2
NOT NULL
((0))
Order of the relationship
FirstDegreeRelativeFLAG
[dbo].[BOOL]
1
NOT NULL
('N')
Is this a first degree relation (Y/N)?