ColumnName |
Domain |
Datatype |
NULL |
Definition |
SiteID |
|
smallint |
NO |
Identifies the unique distributed database ID where the row was inserted. 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) |
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. |
TouchedWhen |
|
datetime |
NO |
The date and time that the row was last updated and will be 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. |
CreatedWhen |
|
datetime |
NO |
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. |
FindPatientOptionID |
|
int |
NO |
Auto generated unique primary key value. |
Component |
|
int |
NO |
An enumerated type with the following list of possible values: 1 = [Registration],2 = [Clinical Manager], |
FunctionTypeEnum |
|
int |
NO |
An enumerated type with the following list of possible values: 1 = [Patient Search],2 = [Show Visits],3 = [Tab Order], |
OptionEnum |
|
int |
NO |
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 |
|
int |
NO |
An enumerated type with the following list of possible values: 1 = [Enabled],2 = [Disabled],3 = [Hidden], |
IsDefault |
|
bit |
NO |
Indicates if the record is the default selection |
DisplayOrder |
|
smallint |
YES |
Store the display order for the records. |
MSrepl_tran_version |
|
uniqueidentifier |
NO |
Optimistic lock identifier. |
IsDefaultEPI |
|
bit |
NO |
New column |
MSReplrowguid |
|
uniqueidentifier |
NO |
Unique GUID used to support merge replication. |
OptionEnumValue |
|
varchar(255) |
YES |
This is to store the new find patient option -'birth date range' value |