ColumnName |
Domain |
Datatype |
NULL |
Definition |
SiteID |
|
smallint |
YES |
Identifies the unique distributed database ID where the row was inserted. Distributed databases are no longer supported so this column is deprecated. |
RepFlags |
|
tinyint |
YES |
Indicates the action in a distributed database environment. 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) |
YES |
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 |
YES |
The date and time that the row was last updated and will be based on the Enterprise time zone. |
CreatedBy |
|
varchar(50) |
YES |
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 |
YES |
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. |
GUID |
|
HVCIDdt |
NO |
Unique primary key value. |
Name |
|
varchar(20) |
YES |
The name of the order entry form. |
Title |
|
varchar(60) |
YES |
PHI: The title that appears on the form's title bar. |
Description |
|
varchar(40) |
YES |
The description. |
IsCurrent |
|
bit |
NO |
Indicates that this is the current form. 1 = True; 0 = False |
DisplayForm |
|
bit |
NO |
Indicates that this form should be displayed during order entry. 1 = True; 0 = False |
FormGUID |
|
HVCIDdt |
YES |
The GUID for this series of forms. Different versions of the same form have the same FormGUID (CV3OrderEntryForm)
|
OrderTypeCode |
|
varchar(30) |
YES |
The Order Type (Medication, Diagnostic, or Other). |
Type |
|
int |
NO |
Identifies the type of form (for example, Order Entry, Insurance, or Task). 1 = Order entry; 2 = Insurance; 3 = Tasks |
MSrepl_tran_version |
|
uniqueidentifier |
YES |
Optimistic lock identifier. |
NumColumns |
|
int |
NO |
The number of logical columns in the form. |
ShowEmptyRows |
|
bit |
NO |
Indicates if empty rows are shown on the form. |
LabelWidth |
|
int |
NO |
The relative width of the label column expressed as a percentage of the width of the entire logical column. |
OnOrderCreateMLM |
|
varchar(80) |
YES |
The name of the MLM to be called when the order is created |
OnOrderSaveMLM |
|
varchar(80) |
YES |
The name of the MLM to be called when the order is saved |
DisplayFormFromFlowsheet |
|
bit |
NO |
Display the order form from Flowsheets. |
IsPrintAllowed |
|
bit |
NO |
Controls the visibility of the Print button at the bottom of the entry form |
IsSXADefined |
|
bit |
NO |
Indicates that is an Eclipsys defined entry |
TabName |
|
varchar(20) |
YES |
The Tab Name of the supplemental tab form |
IsSupplementalTab |
|
bit |
NO |
To indicate the form is a supplemental tab |
MSReplrowguid |
|
uniqueidentifier |
NO |
Unique GUID used to support merge replication. |