Project
>
Touchworks
>
User databases
>
Works
>
Tables
> dbo.Patient_Education
Touchworks 25.2
[dbo].[Patient_Education]
MS_Description
Patient Education details.
Columns
Key
Name
Data Type
Max Length (Bytes)
Nullability
Identity
Description
ID
[dbo].[uniqueid]
9
NOT NULL
1 - 1
Key to the Patient_Education table
EncounterID
[dbo].[uniqueid]
9
NOT NULL
Encounter. Link to Encounter.ID
Name
varchar(255)
255
NOT NULL
Patient Education Type. Ex Medication Profile.
CreateDTTM
datetime
8
NOT NULL
Record Created Date Time
UserID
[dbo].[uniqueid]
9
NOT NULL
User ID who created record. Link to IDX_User.ID
TextChunk
varchar(max)
max
NOT NULL
Formated data containing Patient Education details.