Holds data relative to a daily sale program item.
Fields
Field |
Field Type |
Null |
Notes |
Description |
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
ISDAILYADMISSION
|
bit
|
false
|
|
Determines whether or not the program is a daily admission program.
|
SCHEDULEOPTIONTYPECODE
|
tinyint
|
false
|
|
Determines the scheduling options if the program is a scheduled program.
|
SCHEDULEOPTIONTYPE
|
nvarchar(38) (Computed)
|
true
|
|
Provides a translation for the 'SCHEDULEOPTIONTYPECODE' field.
|
SHOWALLDATES
|
bit
|
false
|
|
Determines whether the next available times are shown for all dates or only current date.
|