ColumnName |
Domain |
Datatype |
NULL |
Definition |
SiteID |
|
smallint |
NO |
Identifies the unique distributed database ID where the row was inserted. Distributed databases are no longer supported so this column is deprecated. |
Build |
|
int |
NO |
Identifies the build number and patch level of the software that inserted/updated this row. The format is the Build number followed by 3 digits for the patch level which is typically 000. The build number is tied to specific versions of the software, e.g. Sunrise 15.3 is Build 5021, Sunrise 16.3 is Build 5503. |
TouchedBy |
|
varchar(50) |
NO |
Information about the user that last updated the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. |
TouchedWhen |
|
datetime |
NO |
The date and time that the row was last updated and will be based on the Enterprise time zone. |
CreatedBy |
|
varchar(50) |
NO |
Information about the user that created the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. |
CreatedWhen |
|
datetime |
NO |
The date and time that the row was created and will be based on the Enterprise time zone. |
Active |
|
bit |
NO |
Denotes whether the row is active or not, 0 means the row has been soft deleted or deactivated. |
CartFillPolicyID |
|
int |
NO |
Auto generated unique primary key value. |
PolicyName |
|
varchar(100) |
NO |
Identifies the Name of the Cart Fill Policy - may also just be the name of the cart. Ie. Cart A (3SE & 3SW) |
ExchangeTime |
|
smallint |
NO |
Identifies the Time that the Cart is exchanged. ie. 1:00 pm. The time is always stored as a 24 hr clock.This also indicates the time that Inventory Adjustments and Billing will be made. |
ScheduleType |
|
int |
NO |
An enumerated type with the following list of possible values: 0 = [Period],1 = [Days of Week], |
CartFillPeriodNum |
|
smallint |
YES |
Identifies the Fill Period of the Cart. For example 24 Hours. |
CartFillPeriodUOMCode |
|
varchar(30) |
YES |
Identifies the Unit of Measure that is associated with the Cart Fill Period. Ie. 24 Hours. |
BatchTime |
|
smallint |
YES |
Identifies the Time that the initial Batch job/report is run. ie. 1:00 pm. The time is always stored as a 24 hr clock. |
PrintLabels |
|
bit |
NO |
Identifies if Labels should automatically print when the Cart Fill Reports are run. |
LabelCopiesNum |
|
smallint |
YES |
Identifies the number of copies that should be printed for each label. |
PrintFillList |
|
bit |
NO |
Identifies if the Fill List report should be automatically printed. |
FillListCopiesNum |
|
smallint |
YES |
Identifies the number of copies that should be printed for each fill list. |
PrintRemovalsReport |
|
bit |
NO |
Identifies if the Removals report should be printed automatically. |
RemovalsCopiesNum |
|
smallint |
YES |
Identifies the number of copies that should be printed for each Removals report. |
InclSusp |
|
bit |
NO |
Identifies if Suspended Orders should be included in the Cart. |
InclFloorstock |
|
bit |
NO |
Identifies if Floorstock Orders should be included on the Report. Note: Inventory is not adjusted even if floorstock orders are printed on the cart fill reports. |
InclRemovalsOnCatchUp |
|
bit |
NO |
Identifies if Removals should be included on the Catch Up report. |
PageBreakPerPatient |
|
bit |
NO |
Identifies if a page break should occur after each patient on all reports. |
Monday |
|
bit |
NO |
Identifies if the Cart Fill process should happen on Monday. This attribute is only used if Schedule Type = "Days of Week" |
Tuesday |
|
bit |
NO |
Identifies if the Cart Fill process should happen on Tuesday. This attribute is only used if Schedule Type = "Days of Week" |
Wednesday |
|
bit |
NO |
Identifies if the Cart Fill process should happen on Wednesday. This attribute is only used if Schedule Type = "Days of Week" |
Thursday |
|
bit |
NO |
Identifies if the Cart Fill process should happen on Thursday. This attribute is only used if Schedule Type = "Days of Week" |
Friday |
|
bit |
NO |
Identifies if the Cart Fill process should happen on Friday. This attribute is only used if Schedule Type = "Days of Week" |
Saturday |
|
bit |
NO |
Identifies if the Cart Fill process should happen on Saturday. This attribute is only used if Schedule Type = "Days of Week" |
Sunday |
|
bit |
NO |
Identifies if the Cart Fill process should happen on Sunday. This attribute is only used if Schedule Type = "Days of Week" |
PrintLabelPerDose |
|
bit |
NO |
Identifies if one order label should be printed for every dose included in the Cart Fill Period. |
FillHoldOrders |
|
bit |
NO |
Identifies if Hold Orders should be filled in the Cart. |
FillSuspendedOrders |
|
bit |
NO |
Identifies if Suspended Orders should be filled in the Cart. |
PrintDClabels |
|
bit |
NO |
Identifies if labels should be printed for Discontinued Labels. |
BillType |
|
int |
NO |
An enumerated type with the following list of possible values: 0 = [On Admin],1 = [On Dispense], |
MSrepl_tran_version |
|
uniqueidentifier |
NO |
Optimistic lock identifier. |
InclRobotItems |
|
bit |
NO |
Indicates whether users want to include robot handled orders in the list |
LabelPrinterGUID |
|
HVCIDdt |
YES |
Label Printer GUID used to setup label printer
|
ReportPrinterGUID |
|
HVCIDdt |
YES |
Report Printer GUID used to setup label printer
|
DCLabelPrinterGUID |
|
HVCIDdt |
YES |
Label Printer GUID used to setup label printer
|
IncludeNonFormularyOnFill |
|
bit |
NO |
This field will be used to indicate whether or not Non-Formulary items should be included on the report |
IncludeZeroFillQuantity |
|
bit |
NO |
Flag to indicate orders with a Zero Fill Quantity should be included on the report |
IncludePatientOwnedMed |
|
bit |
NO |
Flag to indicate if Patient Owned orders should be displayed on the report |
CanPrintPrepLabel |
|
bit |
NO |
This column indicates a generic item can be generate prep label |
CanPrintCompoundLabel |
|
bit |
NO |
This column indicates a generic item can be generate compound label |
PolicyType |
|
int |
NO |
An enumerated type with the following list of possible values: 0 = [24 Hours],1 = [Other], |
MSReplrowguid |
|
uniqueidentifier |
NO |
Unique GUID used to support merge replication. |