Field |
Field Type |
Null |
Notes |
Description |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
ISDAILYADMISSION |
bit |
|
Default = 1 |
Determines whether or not the program is a daily admission program. |
SCHEDULEOPTIONTYPECODE |
tinyint |
|
Default = 0 |
Determines the scheduling options if the program is a scheduled program. |
SCHEDULEOPTIONTYPE |
nvarchar(38) (Computed) |
 |
CASE [SCHEDULEOPTIONTYPECODE] WHEN 0 THEN N'None' WHEN 1 THEN N'One button for each time' WHEN 2 THEN N'One button for the next available time' WHEN 3 THEN N'Manually select event time' END |
Provides a translation for the 'SCHEDULEOPTIONTYPECODE' field. |
SHOWALLDATES |
bit |
|
Default = 1 |
Determines whether the next available times are shown for all dates or only current date. |