dbo.CV3OPOInlinePanelSettings 
Default Table Name  CV3OPOInlinePanelSettings 
Definition 
This table is to store the configuration of Inline Add/Edit Outpatient Order panel in ORM and OMP 

dbo.CV3OPOInlinePanelSettings 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. 
MSRowVersion    timestamp  NO  Optimistic lock identifier using rowversion datatype. 
Active    bit  NO  Denotes whether the row is active or not, 0 means the row has been soft deleted or deactivated. 
OPOInlinePanelSettingsID(PK)    int  NO  Auto generated unique primary key value. 
DataSource    tinyint  NO 
Datasource of the configuration 
WorkFlow    tinyint  NO  An enumerated type with the following list of possible values: 0 = [Admission Reconciliation],1 = [Admission from Transfer Reconciliation],2 = [Transfer Reconciliation],3 = [Discharge Reconciliation],4 = [Outpatient Medication Profile], 
PanelType    tinyint  NO  An enumerated type with the following list of possible values: 0 = [Home Medications],1 = [Prescriptions],2 = [Non-Medications], 
Name    varchar(40)  NO 
Name of the filed 
DisplayName    varchar(40)  NO 
Display name of the filed 
HVCDisplayName    varchar(40)  NO 
Default Display name of the filed, to be used for 'Reset' function 
IsDisplayNameConfigurable    bit  NO 
Indicate whether DisplayName column is editable in config tool 
IsMandatory    tinyint  NO  An enumerated type with the following list of possible values: 0 = [No_NotConfigurable],1 = [Yes_NotConfigurable],2 = [Yes],3 = [No], 
HVCIsMandatory    tinyint  NO 
Default IsMandatory setting, to be used for 'Reset' function 
IsEditable    tinyint  NO  An enumerated type with the following list of possible values: 0 = [No_NotConfigurable],1 = [Yes_NotConfigurable],2 = [Yes],3 = [No], 
HVCIsEditable    tinyint  NO 
Default IsEditable setting, to be used for 'Reset' function 
IsIncluded    tinyint  NO  An enumerated type with the following list of possible values: 0 = [No_NotConfigurable],1 = [Yes_NotConfigurable],2 = [Yes],3 = [No], 
HVCIsIncluded    tinyint  NO 
Default IsIncluded setting, to be used for 'Reset' function 
DisplaySequence    tinyint  YES  Field display sequence in panel 
GroupCode    varchar(50)  YES  Code to be used to group multiple fields 
OrderFieldName    varchar(40)  YES  Map to Code in CV3DataItem 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 

dbo.CV3OPOInlinePanelSettings Primary and Unique Keys 
Key Name  Key Type  Keys 
CV3OPOInlinePanelSettingsPK  PrimaryKey  OPOInlinePanelSettingsID