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

RepFlags 
Definition  Indicates the action in a distributed database environment. 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. 

GUID 
Definition  Unique primary key value. 

AdvancedVisitListDefnGUID 
Definition  A Foreign key link to CV3AdvancedVisitListDefinition. It identifies the definition to which the data items belong 

DataItemCode 
Definition  Identifies the data item; foreign key into CV3DataItem 

SequenceNum 
Definition  The order in which the data items are presented to the user when defining their visit list criteria 

Label 
Definition  The label displayed when the user is setting up the visit list search criteria 

ColumnHeading 
Definition  The heading used on the visit list 

InternalFieldName 
Definition  The name of the column on CV3AdvancedVisitListData that this data item maps to 

InternalFieldDisplayName 
Definition  If this data item is displayed on the patient list, this is the column that is the source of the data. 

IsAvailableForSearch 
Definition  Indicates if this data item can be used as search criteria on the visit list 

IsMandatoryForSearch 
Definition  Indicates if this data item is required as search criteria on the visit list 

AvailableOperatorMask 
Definition  Bit mask which identifies the available operators. 1 = Equals; 2 = IN, 4 = Greater Than, 8 = Greater than or equal, 16= Less than, 32 = Less than or equal, 64 = Contains, 128 = Starts With, 256 = Between 

IsAvailableForDisplay 
Definition  Indicates if this data item can be displayed on the visit list 

IsMandatoryForDisplay 
Definition  Indicates if this data item must be displayed on the visit list 

ColumnID 
Definition  The ID for column definition. 

HealthIssueCodingSchemeCodes 
Definition  A delimited string of coding schemes. This is only applicable when the data item is of type "Health Issue". The coding schemes limits the search on coded health issues when the user is configuring their list. The delimiter will be {|}. For example ICD9{|}SNOMED. 

Msrepl_tran_version 
Definition  Optimistic lock identifier. 

MSReplrowguid 
Definition  Unique GUID used to support merge replication.