SiteID 
Definition  Identifies the unique distributed database ID where the row was inserted. Distributed databases are no longer supported so this column is deprecated. 

Build 
Definition  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 
Definition  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 
Definition  The date and time that the row was last updated and will be based on the Enterprise time zone. 

CreatedBy 
Definition  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 
Definition  The date and time that the row was created and will be based on the Enterprise time zone. 

Active 
Definition  Denotes whether the row is active or not, 0 means the row has been soft deleted or deactivated. 

CatalogItemTaskDocumentXrefID 
Definition  Auto generated unique primary key value. 

CatalogItemTaskGUID 
Definition  GUID from CV3CatalogItemTask. Tasks which are to be performed when an order is placed. No foreign key since this table does not belong to clin doc sub system. 

ItemType 
Definition  An enumerated type with the following list of possible values: 0 = [Observation],1 = [Observation Set],2 = [Flowsheet], 

MSrepl_tran_version 
Definition  Optimistic lock identifier. 

FlowsheetGUID 
Definition  Specific FlowsheetGUID from CV3Flowsheet. This is set if itemtype = 2 

SortSeqNum 
Definition  Sort Sequence of Flowsheets when multiple flowsheets are associated with an catalog item task 

FlowsheetVersionItemGUID 
Definition  A Link to CV3FlowsheetVersionItem table 

OverrideRowLabelType 
Definition  An enumerated type with the following list of possible values: 0 = [NONE],1 = [LJRL],2 = [RJRL], 

IsSumLineDisplayed 
Definition  indicates whether the Observation/Task Summary Line display or not 

PrecedenceOrder 
Definition  indicates the precedence of the respective order 

IsPRNUpdate 
Definition  Used for Worklist-flowsheet integration. If the respective order’s PRN is modified, 1 indicates that existing rows on flowsheets will be updated, 0 indicates that a new rows will be added 

IsDoseUpdate 
Definition  Used for Worklist-flowsheet integration. If the respective order’s dose is modified, 1 indicates that existing rows on flowsheets will be updated, 0 indicates that a new rows will be added 

IsIVAdditivesUpdate 
Definition  Used for Worklist-flowsheet integration. If the respective order’s Additives are modified, 1 indicates that existing rows on flowsheets will be updated, 0 indicates that a new rows will be added 

IsIVRateUpdate 
Definition  Used for Worklist-flowsheet integration. If the respective order’s Rate is modified, 1 indicates that existing rows on flowsheets will be updated, 0 indicates that a new rows will be added 

IsRouteUpdate 
Definition  Used for Worklist-flowsheet integration. If the respective order’s Route is modified, 1 indicates that existing rows on flowsheets will be updated, 0 indicates that a new rows will be added 

IsFrequencyUpdate 
Definition  Used for Worklist-flowsheet integration. If the respective order’s Frequency is modified, 1 indicates that existing rows on flowsheets will be updated, 0 indicates that a new rows will be added 

CanLaunchFlowsheetFromWorklist 
Definition  Indicates that Flowsheet Manager can be launched from task form 

IsTaskCompletedFromFlowsheet 
Definition  Indicates if the task is completed when you chart on a flowsheet 

MSReplrowguid 
Definition  Unique GUID used to support merge replication.