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. 

Name 
Definition  The name of the order entry form. 

Title 
Definition  PHI: The title that appears on the form's title bar. 

Description 
Definition  The description. 

IsCurrent 
Definition  Indicates that this is the current form. 1 = True; 0 = False 

DisplayForm 
Definition  Indicates that this form should be displayed during order entry. 1 = True; 0 = False 

FormGUID 
Definition  The GUID for this series of forms. Different versions of the same form have the same FormGUID (CV3OrderEntryForm)
 

OrderTypeCode 
Definition  The Order Type (Medication, Diagnostic, or Other). 

Type 
Definition  Identifies the type of form (for example, Order Entry, Insurance, or Task). 1 = Order entry; 2 = Insurance; 3 = Tasks 

MSrepl_tran_version 
Definition  Optimistic lock identifier. 

NumColumns 
Definition  The number of logical columns in the form. 

ShowEmptyRows 
Definition  Indicates if empty rows are shown on the form. 

LabelWidth 
Definition  The relative width of the label column expressed as a percentage of the width of the entire logical column. 

OnOrderCreateMLM 
Definition  The name of the MLM to be called when the order is created 

OnOrderSaveMLM 
Definition  The name of the MLM to be called when the order is saved 

DisplayFormFromFlowsheet 
Definition  Display the order form from Flowsheets. 

IsPrintAllowed 
Definition  Controls the visibility of the Print button at the bottom of the entry form 

IsSXADefined 
Definition  Indicates that is an Eclipsys defined entry 

TabName 
Definition  The Tab Name of the supplemental tab form 

IsSupplementalTab 
Definition  To indicate the form is a supplemental tab 

MSReplrowguid 
Definition  Unique GUID used to support merge replication.