SiteID 
Definition  Identifies the unique distributed database ID where the row was inserted. 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. 

FindPatientOptionID 
Definition  Auto generated unique primary key value. 

Component 
Definition  An enumerated type with the following list of possible values: 1 = [Registration],2 = [Clinical Manager], 

FunctionTypeEnum 
Definition  An enumerated type with the following list of possible values: 1 = [Patient Search],2 = [Show Visits],3 = [Tab Order], 

OptionEnum 
Definition  An enumerated type with the following list of possible values: 1 = [Exclude deceased],2 = [Exclude alias names],3 = [Exclude historical names],4 = [Exclude patients without MRN],5 = [Include highest privacy level patients],6 = [Use range for full birth date],7 = [Find similar sounding last names],8 = [Exclude persons with no visits],9 = [Exact name],10 = [Exclude persons with no PA Episodes],21 = [Show Cancelled],22 = [Show Pre-Registered],23 = [Show Admitted],24 = [Show Discharged],25 = [Show Closed],26 = [Show LOA],27 = [Expand Recurring Visits],28 = [Show Virtual Encounters],29 = [Show Visits with PA Episodes],30 = [Bypass Show Visits],41 = [Basic],42 = [Provider/Facility],43 = [Options],51 = [EPI Exclude deceased],52 = [EPI Exclude alias names],53 = [EPI Exclude historical names],54 = [EPI Exclude patients without MRN],55 = [EPI Include max privacy level patients],56 = [EPI Use range for full birth date],57 = [EPI Find similar sounding last names],58 = [EPI Exclude persons with no visits],59 = [EPI Exact name],70 = [Birth Date Range], 

StyleEnum 
Definition  An enumerated type with the following list of possible values: 1 = [Enabled],2 = [Disabled],3 = [Hidden], 

IsDefault 
Definition  Indicates if the record is the default selection 

DisplayOrder 
Definition  Store the display order for the records. 

MSrepl_tran_version 
Definition  Optimistic lock identifier. 

IsDefaultEPI 
Definition  New column 

MSReplrowguid 
Definition  Unique GUID used to support merge replication. 

OptionEnumValue 
Definition  This is to store the new find patient option -'birth date range' value