Project
>
Touchworks
>
User databases
>
Works
>
Tables
> dbo.PatientCaution
Touchworks 25.2
[dbo].[PatientCaution]
MS_Description
Text for the FYI button in the patient banner
Columns
Key
Name
Data Type
Max Length (Bytes)
Nullability
Description
UserID
[dbo].[uniqueid]
9
NOT NULL
User who last edited. Link to IDX_User.ID.
PatientID
[dbo].[uniqueid]
9
NOT NULL
Patient. Link to Person.ID.
CautionText
varchar(max)
max
NULL allowed
Text of the FYI entered through the banner.
CreateDTTM
datetime
8
NOT NULL
The date the text was modified.