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. 

Label 
Definition  The label which appears on the entry form and reports. 

DefaultValue 
Definition  The specific value to default. 

DataItemCode 
Definition  A link to the data item (CV3DataItem)
 

SummaryDelimiter 
Definition  Delimiter used when this field appears on the orders summary line. 

Sequence 
Definition  The display sequence. 

SummaryPosition 
Definition  The position in which data will appear in the order summary line. 

SummaryLength 
Definition  The maximum number of characters that this field contributes to the order summary line. 

IsMandatoryOrderEntry 
Definition  Indicates if this field is mandatory for order entry. 

IsMandatorySpecimenEntry 
Definition  Indicates if this field is mandatory for specimen entry. 

IsProtected 
Definition  Indicates if this field is protected from modification. 

IsVisible 
Definition  Indicates if this field displays on the form. 

IsInSummary 
Definition  Indicates if this field appears in the order summary line. 

IsPrinted 
Definition  Indicates if this field is printed on the order requisition. 

OrderEntryFormGUID 
Definition  A foreign key to the GUID column in the CV3OrderEntryForm table. 

DataItemGUID 
Definition  The link to the data item. 

IsModifiable 
Definition  Indicates if this field can be modified after the order is entered. 

MaxModifyStatusCode 
Definition  The maximum status of the order for which modification of the field is allowed. 

ResendToAncillary 
Definition  Indicates if the order should be resent once the field is modified. 

ReprintSummary 
Definition  Indicates if the order summary report should be reprinted if the field is modified. 

CheckEntryRights 
Definition  If True, entry rights are checked before field can be modified. 

CheckPlaceRights 
Definition  If True, place rights are checked before field is modified. 

CheckRequestRights 
Definition  If True, request rights are checked before field is modified. 

ProtectedValue 
Definition  An enumerated type with the following list of possible values: 0 = [Never],1 = [Selected Items Only],2 = [Always], 

MSrepl_tran_version 
Definition  Optimistic lock identifier. 

LabelPosType 
Definition  An enumerated type with the following list of possible values: 0 = [Left],1 = [Top], 

DoesLabelSpanColumns 
Definition  Indicates if the field label should extend into all available columns to the left of the label. 

ColumnNumber 
Definition  The logical column number where this field is to appear on the form. 

NumColumnsToSpan 
Definition  The number of columns that the field can extend into available columns on the left. 

OnDataChangeMLM 
Definition  The name of the MLM to be called when the filed changes in order entry 

MultiFieldOccNum 
Definition  The occurrence number when a data item appears more than once on a multi-order form. This is used to enforce uniqueness 

IsInTaskOrderSummaryLine 
Definition  Indicates if the column appears in the Task order summary line 

IsInObsSummaryLine 
Definition  Determine which fields will be in the ObsSummaryLine. The ObsSummaryLins is displayed in flowsheets. 

MSReplrowguid 
Definition  Unique GUID used to support merge replication.