dbo.CV3ObsCatalogSetItemVersion 
Default Table Name  CV3ObsCatalogSetItemVersion 
Definition  This new table is the copy of CV3ObsCatalogSetItem table having some additional columns at the end 

dbo.CV3ObsCatalogSetItemVersion Columns 
ColumnName  Domain  Datatype  NULL  Definition 
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. 
TouchedWhenUTC    datetimeoffset(3)  NO  The date and time that the row was last updated including the time zone offset from UTC, for example 2015-01-30 04:55:04.372 -05:00. The date and time is 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. 
CreatedWhenUTC    datetimeoffset(3)  NO  The date and time that the row was created including the time zone offset from UTC, for example 2015-01-30 04:55:04.372 -05:00. The date and time is 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. 
MSRowVersion    timestamp  NO  Optimistic lock identifier using rowversion datatype. 
CV3ObsCatSetItemVersionID(PK)    bigint  NO  Auto generated unique primary key value. 
CatalogsetItemGUID    HVCIDdt  NO  GUID of the CV3CatalogSetItem table 
CatalogSetGUID    HVCIDdt  YES  The link to the observation catalog set.  
CatalogItemGUID    HVCIDdt  YES  The link to the observation catalog item. 
DisplaySequence    int  NO  The order in which items are displayed in the observation catalog set.  
RepFlags    tinyint  YES  Indicates the action in a distributed database environment. Distributed databases are no longer supported so this column is deprecated. 
PWStatementNo    numeric(12, 2)  YES  Identifies the statement number for a Prose Writer set item  
PWItemType    smallint  YES  Identifies the type of set item within a Prose Writer set  
PWStatementDesc    varchar(250)  YES  The statement text description for the Prose Writer set item.  
IsPWNewParagraph    bit  YES  Determines if Prose Writer set item starts a new paragraph  
ChildSetGUID    HVCIDdt  YES  Identifies the set that will act as a child  
ItemCellSeparator    char(1)  YES  Character to separate cells for merged sets  
ItemLineNo    smallint  YES  Line number cell will displayed on for a merged set  
ItemCellPositionType    smallint  YES  Enumeration to determine whether set item will be displayed on left(1), center(2) or right(3)  
MasterObsCatalogSetGUID    HVCIDdt  YES  Pointer to Positioned/Non-Positioned Obs Ser in CV3ObsCatalogSet  
CellColumnIndex    int  YES  Contains the X position of the observation within the set 
CellColumnSpan    int  YES  Specifies how many columns the cell should span 
CellRowIndex    int  YES  Contains the Y position of the observation within the set  
CellRowSpan    int  YES  Specifies how many columns the cell should span  
DisplayRowLabel    varchar(12)  YES  Blank for non, or label text 
ResultGridPosition    int  YES  Position of the observation in the Result grid 
VersionID    int  YES  Version number of the PW Set 
DiscriminateListXrefGUID    HVCIDdt  YES  GUID from the DiscriminateListXref table 
PWPhraseDescription    varchar(500)  YES  Phrase description of PWSet 
DiscriminateListValueXrefGUIDs    varchar(max)  YES  Comma separated list of DiscriminateListValuexref Guids 
IsDiscriminated    bit  YES  Indicated whether the list is discriminated or not 
ParentSetName    varchar(500)  YES  Name of the Parent set 
ParentSetDescription    varchar(500)  YES  Description of the Parent set 
ParentSetEffectiveDtm    datetime  YES  Enterprise TimeZone - Effective Date time of the Parent set 
ParentSetExpirationDtm    datetime  YES  Enterprise TimeZone - Expiration Date time of the Parent set 
PatentSetOwnerGUID    HVCIDdt  YES  Owner GUID of the parent set 
ParentSetDisplayName    varchar(500)  YES  Display name of the Parent set 
ParentSetIsRTFBullet    bit  NO  ISRTF bullet property of the parent set 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 

dbo.CV3ObsCatalogSetItemVersion Primary and Unique Keys 
Key Name  Key Type  Keys 
CV3ObsCatalogSetItemVersionPK  PrimaryKey  CV3ObsCatSetItemVersionID