Project
>
Touchworks
>
User databases
>
Works
>
Tables
> dbo.Person_Race
Touchworks 25.2
[dbo].[Person_Race]
MS_Description
Races for a person (implemented for patients).
Columns
Key
Name
Data Type
Max Length (Bytes)
Nullability
Identity
Default
Description
ID
[dbo].[uniqueid]
9
NOT NULL
1 - 1
Key to the Person_Race table.
PersonID
[dbo].[uniqueid]
9
NOT NULL
Person. Key to the Person Table
RaceDE
[dbo].[dict_id]
5
NOT NULL
Race. Link to Race_DE.
IsDeleted
bit
1
NOT NULL
((0))
Deleted Race entry?
LastUpdatedDTTM
datetime
8
NULL allowed
Modified date/time of Race Entry.