Project
>
Touchworks
>
User databases
>
Works
>
Tables
> dbo.Registry_Region_DE
Touchworks 25.2
[dbo].[Registry_Region_DE]
MS_Description
Registry Dictionary
Columns
Key
Name
Data Type
Max Length (Bytes)
Nullability
Identity
Default
Description
ID
[dbo].[dict_id]
5
NOT NULL
1 - 1
Key to the Registry_Region_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
(3)
EntryCode
varchar(25)
25
NOT NULL
('')
Unique code for Immunization Registry
(3)
EntryName
[dbo].[name]
255
NOT NULL
Registry Name
(3)
EntryMnemonic
[dbo].[code]
10
NOT NULL
State code or abbrevated name.
(3)
IsInactiveFLAG
[dbo].[BOOL]
1
NOT NULL
Y=row is not active; N=row is active. (Rows are inactivated rather than deleted for history)
IsEnforcedFLAG
[dbo].[BOOL]
1
NOT NULL
Y=row is readonly; N=row is modifiable
(3)
IsCurrentFLAG
[dbo].[BOOL]
1
NOT NULL
Usually 'Y' but occasionally used to subordinate rows. Not exposed to the end user.
EffectiveDT
datetime
8
NULL allowed
Time of last modification (not "when this row goes into effect")
BiDirectionalRegistryFlag
[dbo].[BOOL]
1
NOT NULL
('N')
Flag to indicate BiDirectional Registry
SendImmunRecordFlag
[dbo].[BOOL]
1
NOT NULL
('N')
Flag to indicate Send Immunization Record
DoNotSaveRegistryIDFLAG
[dbo].[BOOL]
1
NOT NULL
('N')
Flag to indicate Do not Save Registry ID
PermanentlyDeferredFLAG
[dbo].[BOOL]
1
NOT NULL
('N')
Ability to identify Permanently Deferred immunization
TemporarilyDeferredFLAG
[dbo].[BOOL]
1
NOT NULL
('N')
Ability to identify Temporarily Deferred immunization
CombineNewlyAddedImmunizations
[dbo].[BOOL]
1
NOT NULL
('N')
Ability to Combine Newly added immunizations into an single AME