dbo.SXARCMChargeSummaryConfig 
Default Table Name  SXARCMChargeSummaryConfig 
Definition  This table is created to store charge summarization configurations. 

dbo.SXARCMChargeSummaryConfig 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. 
ChargeSummaryConfigID(PK)    int  NO  Auto generated unique primary key value. 
Name    nvarchar(30)  NO  Stores the charge summarization name 
Abbreviation    nvarchar(5)  YES  Stores the abbreviation 
Description    nvarchar(250)  YES  Stores the description 
CodeSummaryOption    varchar(3)  YES  CodeSummaryOption 
ClaimFormatID(FK)    int  NO  A foreign key to the ClaimFormatID column in the SXARCMClaimFormat table. 
Code    varchar(255)  YES  code configured to charge summary 
CodeType    varchar(3)  YES  CodeType 
RuleUID    uniqueidentifier  YES  VWF rule guid 
FirstSummarizeClaimFormatColumnAliasID(FK)    int  YES  A foreign key to the ClaimFormatColumnAliasID column in the SXARCMClaimFormatColumnAlias table. 
SecondSummarizeClaimFormatColumnAliasID(FK)    int  YES  A foreign key to the ClaimFormatColumnAliasID column in the SXARCMClaimFormatColumnAlias table. 
ThirdSummarizeClaimFormatColumnAliasID(FK)    int  YES  A foreign key to the ClaimFormatColumnAliasID column in the SXARCMClaimFormatColumnAlias table. 
FirstSortClaimFormatColumnAliasID(FK)    int  YES  A foreign key to the ClaimFormatColumnAliasID column in the SXARCMClaimFormatColumnAlias table. 
SecondSortClaimFormatColumnAliasID(FK)    int  YES  A foreign key to the ClaimFormatColumnAliasID column in the SXARCMClaimFormatColumnAlias table. 
ThirdSortClaimFormatColumnAliasID(FK)    int  YES  A foreign key to the ClaimFormatColumnAliasID column in the SXARCMClaimFormatColumnAlias table. 
DisplayTxns    bit  NO  A flag to decide whether the transaction should be displayed as claim lines in the claim 
IsSummarizeUnits    bit  NO  A flag to decide whether the transaction units should be summarized. 
IsDisplayZeroDollarOnSummarizedTxns    bit  NO  A flag to decide whether the transaction should display Zero dollar on summarized line. 
IsZeroInfoLineRequired    bit  NO  Stores Whether Zero Info Line required or not 
AbstractChargeMergeConfigID    int  YES  Abstract charge merge config id 
IsChargeAmountDivideRequired    bit  NO  Is charge amount divide required 
IsRollUpChargeAmountRequired    bit  NO  Is roll up charge amount required 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 
IsRollUpRevenueCodeRequired    bit  NO  This column is used to identify that Charge Summarization Exception configuration is having Roll Up Revenue code true or not. 
IsManualProcessAPC    bit  NO  This column stores the value of "Manual Processing Abstract Procedure Code Linking" Configuration which will be used in APC Linking Functionality 
IsSummarizeDuplicateHCPCS    bit  NO  This column stores the value of "Summarize duplicate HCPCS Codes With Units" Configuration which will be used in APC Linking Functionality 
IsRollUpRevenueCodeRequiredForTX    bit  NO  Stores the rollup revenue code required value fot texas state 
FourthSummarizeClaimFormatColumnAliasID(FK)    int  YES  A foreign key to the ClaimFormatColumnAliasID column in the SXARCMClaimFormatColumnAlias table. 
FifthSummarizeClaimFormatColumnAliasID(FK)    int  YES  A foreign key to the ClaimFormatColumnAliasID column in the SXARCMClaimFormatColumnAlias table. 
IsRollUpForNDCSummarization    bit  NO  Rollup option for summarization by Rev/HCPCS/NDC Code  

dbo.SXARCMChargeSummaryConfig Primary and Unique Keys 
Key Name  Key Type  Keys 
SXARCMChargeSummaryConfigPK  PrimaryKey  ChargeSummaryConfigID