Project
>
Touchworks
>
User databases
>
Works
>
Tables
> dbo.NAW_ChargeList
Touchworks 25.2
[dbo].[NAW_ChargeList]
MS_Description
Charges associated with a Note
Columns
Key
Name
Data Type
Max Length (Bytes)
Nullability
Default
Description
ID
[dbo].[uniqueid]
9
NOT NULL
Key to the NAW_ChargeList table
ChargeID
[dbo].[uniqueid]
9
NOT NULL
Change number within the note
ChargeUnit
numeric(16,8)
9
NOT NULL
((0))
Charge Units
StartDTTM
datetime
8
NOT NULL
(getdate())
Start time for a time based charge
EndDTTM
datetime
8
NULL allowed
End time for a time based charge
Comments
varchar(500)
500
NULL allowed
Comments
IsDeletedFlag
char(1)
1
NULL allowed
('N')
Deleted (Y/N)?
EncounterChargeID
[dbo].[uniqueid]
9
NOT NULL
Charge. Link to Charge.ID