dbo.SXACDCatalogItemTaskDocumentXref 
Default Table Name  SXACDCatalogItemTaskDocumentXref 
Definition  Stores the Link between Order – CV3CatalogItemTask and Clin Doc - Document Item Types (for example: Observation or Observation Set) 

dbo.SXACDCatalogItemTaskDocumentXref Columns 
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. 
CatalogItemTaskDocumentXrefID(PK)    bigint  NO  Auto generated unique primary key value. 
CatalogItemTaskGUID    HVCIDdt  NO  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    int  NO  An enumerated type with the following list of possible values: 0 = [Observation],1 = [Observation Set],2 = [Flowsheet], 
MSrepl_tran_version    uniqueidentifier  NO  Optimistic lock identifier. 
FlowsheetGUID    HVCIDdt  NO  Specific FlowsheetGUID from CV3Flowsheet. This is set if itemtype = 2 
SortSeqNum    int  YES  Sort Sequence of Flowsheets when multiple flowsheets are associated with an catalog item task 
FlowsheetVersionItemGUID    HVCIDdt  YES  A Link to CV3FlowsheetVersionItem table 
OverrideRowLabelType    int  NO  An enumerated type with the following list of possible values: 0 = [NONE],1 = [LJRL],2 = [RJRL], 
IsSumLineDisplayed    bit  NO  indicates whether the Observation/Task Summary Line display or not 
PrecedenceOrder    int  YES  indicates the precedence of the respective order 
IsPRNUpdate    bit  NO  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    bit  YES  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    bit  YES  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    bit  YES  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    bit  YES  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    bit  YES  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    bit  NO  Indicates that Flowsheet Manager can be launched from task form 
IsTaskCompletedFromFlowsheet    bit  NO  Indicates if the task is completed when you chart on a flowsheet 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 

dbo.SXACDCatalogItemTaskDocumentXref Primary and Unique Keys 
Key Name  Key Type  Keys 
SXACDCatalogItemTaskDocumentXrefPK  PrimaryKey  CatalogItemTaskDocumentXrefID