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. |
PullSetCatalogID |
|
int |
NO |
Auto generated unique primary key value. |
InternalName |
|
varchar(50) |
NO |
Internal name for the Pull Set |
DisplayName |
|
varchar(500) |
NO |
Display name for the Pull Set |
Description |
|
varchar(500) |
YES |
Description |
PullSetType |
|
int |
NO |
Pull Set type - allergies, cancer staging, etc |
ChartScope |
|
int |
YES |
This Visit, This Chart or All Available. Enumeration information is stored in SXACDPullSetCatalogItemEnum |
ShowDisplayNameinNote |
|
bit |
NO |
Show DisplayName in Note - Yes/No |
Position |
|
int |
YES |
Position of the Set on Note |
Font |
|
int |
YES |
Font of the Set on Note |
IsUnderline |
|
bit |
NO |
Underline Set on Note |
MSrepl_tran_version |
|
uniqueidentifier |
NO |
Optimistic lock identifier. |
IsUsedByUI |
|
bit |
NO |
Bit value 1 or 0 depending on if this pull set is used by UI |
TimeInterval |
|
int |
YES |
Saves the TimeFrame(Start of Chart, Two Days, etc) |
IsIncludeDiagnosis |
|
bit |
NO |
Stores 0 or 1 ,Stores 1 to show associated/differential diagnosis with the Health Issues Pull Set on UI , 0 otherwise. |
PullSetSelection |
|
int |
NO |
Stores the PullSetSelections value for the Results |
IsHidden |
|
bit |
NO |
Prevent Pull Set from displaying in the Pull Set Catalog |
IsRTFBullet |
|
bit |
NO |
If true the RTF for pullset will be rendered with bullet. |
RTFDisplayFormatType |
|
int |
YES |
This will store enum values for the Format Type. Currently supported are Text[enumValue = 0] and Table[enumValue = 1] format. The enum definitions will be stored in CV3EnumReference. |
PrimaryIssueLabel |
|
varchar(50) |
YES |
Field will store the visit reason for a Health Issue Pull Set. |
IsRTFConcatenate |
|
bit |
YES |
When Concatenate check box is unchecked then the value of "IsRTFConcatenate" field will be "0" . When Concatenate check box is checked then the value of "IsRTFConcatenate" field will be "1" . |
HMAgeRangeFrom |
|
varchar(30) |
YES |
Health Management record age range from |
HMAgeRangeTo |
|
varchar(30) |
YES |
Health Management record age range to |
MSReplrowguid |
|
uniqueidentifier |
NO |
Unique GUID used to support merge replication. |
IsSelectUponRefresh |
|
bit |
NO |
Stores true if the user checked the Selected Upon Refresh checkbox in pullset catalog. |