dbo.SXAFSAttributes 
Default Table Name  SXAFSAttributes 
Definition  Stored defaults attributes for flowsheets and customized attributes for each observation 

dbo.SXAFSAttributes Columns 
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. 
RepFlags    tinyint  NO  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)  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. 
GUID(PK)    HVCIDdt  NO  Unique primary key value. 
OwnerGUID    HVCIDdt  NO  The link to the CV3FlowsheetVersion or CV3FlowsheetVersionItem tables based on OwnerType. 
OwnerType    smallint  NO  Enumerated field to indicate if storing values for flowsheet attributes or observation attributes. 1 = flowsheet (CV3FlowsheetVersion), 2 = observation (CV3FlowsheetVersionItem) 
ObsMasterItemGUID(FK)    HVCIDdt  YES  A foreign key to the GUID column in the CV3ObsCatalogMasterItem table. 
HeaderRowBGColor    int  YES  Indicates the default background color for all header rows 
HeaderFontColor    int  YES  Indicates the font color of the header 
IsHeaderInitiallyCollapsed    tinyint  YES  A flag used for Header which indicates if the item is initially contracted when the flowsheet is opened. 1 = True; 0 = False 
IsHeaderBold    tinyint  YES  A flag that indicates if the header name should be in bold font. 1 = True; 0 = False 
IsHeaderItalic    tinyint  YES  A flag that indicates if the header name should be in italic font. 1 = True; 0 = False 
BackgroundColor    int  YES  Indicates the background color. 
FontColor    int  YES  Indicates the color of the font. 
HighlightColor    int  YES  Indicates the color to be displayed when an item is highlighted. 
ShadowColor    int  YES  Indicates the shaded color. 
DiscontinuedColor    int  YES  Indicates the color to display for discontinued. 
IsMandatory    tinyint  YES  A flag used for Observation Items and Observation Modifiers which indicates if the item is mandatory during data entry. 1 = True; 0 = False 
IsBold    tinyint  YES  A flag that indicates if the display name should be in bold font. 1 = True; 0 = False 
IsFanout    bit  NO  A flag that indicates if the display name should be in italic font. 1 = True; 0 = False 
CopyFowardHours    tinyint  YES  Specifies how many hours it can go back to 'copy forward' the data. 
DefaultValueType    int  YES  Enumerated field used for Observation Items and Observation Modifiers which indicates what type of default value should be used when the flowsheet is display for data entry. 1 = None; 2 = Previous; 3 = Specific 
ShowLowIcon    bit  NO  Specifies whether to display an icon for a low reading or not. 1-display, 0-don't display 
ShowVeryLowIcon    bit  NO  Specifies whether to display an icon for a very low reading or not. 1-display, 0-don't display 
ShowHighIcon    bit  NO  Specifies whether to display an icon for a High reading or not. 1-display, 0-don't display 
ShowVeryHighIcon    bit  NO  Specifies whether to display an icon for a very high reading or not. 1-display, 0-don't display 
ShowAbnormalIcon    bit  NO  Specifies whether to display an icon for an abnormal reading or not. 1-display, 0-don't display 
ShowVeryAbnormalIcon    bit  NO  Specifies whether to display an icon for a very abnormal reading or not. 1-display, 0-don't display 
IsUnderline    bit  NO  Indicates if item is underlined 
MSrepl_tran_version    uniqueidentifier  NO  Optimistic lock identifier. 
IsSignificant    bit  YES  Specifies whether the observation IsSignificant but not mandatory. 
SuppressCopyForward    bit  YES  Suppresses an observation for structured notes not to copy forward the observation into the next note 
IsSuppressExternalObsIn    bit  NO  Sets the default value for the flowsheet's params in reference to whether they allow inbound external obs 
IsSuppressExternalObsOut    bit  NO  Sets the default value for the flowsheet's params in reference to whether they allow outbound external obs 
IsFanIn    bit  NO  If this column is true then Fan-In is allowed and if false then fan-in is not allowed (suppressed). This will be set for the flowsheet versions. 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 
SmartPumpPeriodicityType    int  YES  An enumerated type with the following list of possible values: 1 = [None],2 = [15 Mins],3 = [30 Mins],4 = [1 Hour],5 = [2 Hours],6 = [4 Hours],7 = [6 Hours], 

dbo.SXAFSAttributes Primary and Unique Keys 
Key Name  Key Type  Keys 
SXAFSAttributesPK  PrimaryKey  GUID