dbo.SXARCMWorksheetTransactionAllocation 
Default Table Name  SXARCMWorksheetTransactionAllocation 
Definition  Storing Transaction Information against Workhseet 

dbo.SXARCMWorksheetTransactionAllocation 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. 
WorksheetTransactionAllocationID(PK)    bigint  NO  Auto generated unique primary key value. 
WorksheetID(FK)    bigint  NO  A foreign key to the WorksheetID column in the SXARCMWorksheet table. 
TransactionID(FK)    bigint  NO  A foreign key to the TransactionID column in the SXARCMTransaction table. 
BillingRequestID    bigint  YES  A foreign key to the BillingRequestID column in the SXARCMBillingRequest table. 
InsurancePlanID(FK)    bigint  YES  A foreign key to the InsurancePlanID column in the SXARCMInsurancePlan table. 
ClaimBreakID(FK)    int  YES  A foreign key to the ClaimBreakID column in the SXARCMClaimBreak table. 
TransferReasonTypeID(FK)    int  NO  A foreign key to the TransferReasonTypeID column in the SXARCMTransferReasonType table. 
CoveredAmount    numeric(19, 4)  YES  Covered Amount for Worksheet Transaction Allocation 
ClaimLineID(FK)    bigint  YES  A foreign key to the ClaimLineID column in the SXARCMClaimLine table. 
CoverageTypeID    int  YES  A foreign key to the CoverageTypeID column in the SXARCMCoverageType table. 
TransformedHCPCSCode    varchar(10)  YES  TransformedHICPICCode is of WorksheetTransactionAllocation 
TransformedRevenueCode    varchar(10)  YES  TransformedREVCode is of WorksheetTransactionAllocation 
IsSelfPay    bit  YES  IsSelfPay is of WorksheetTransactionAllocation 
SelfPayVisitID    bigint  YES  This is an FK to principal visit 
ClaimBreakGroupkey    varchar(200)  YES  It will store the claim group name; it’s basically a key which is generated based on claim break option and transaction value. 
ChargeSummarizationKey    varchar(250)  YES  Charge Summarization Key Information 
FromWorksheetTransferTransactionID(FK)    bigint  YES  A foreign key to the WorksheetTransferTransactionID column in the SXARCMWorksheetTransferTransaction table. 
ToWorksheetTransferTransactionID(FK)    bigint  YES  A foreign key to the WorksheetTransferTransactionID column in the SXARCMWorksheetTransferTransaction table. 
SortOrderToken    varchar(250)  YES  Worksheet Transaction Allocation Token Sort Order information 
WorkSheetYear(PK)(FK)    int  NO  A foreign key to the WorkSheetYear column in the SXARCMWorksheet table. 
TransactionYear(FK)    int  NO  A foreign key to the TransactionYear column in the SXARCMTransaction table. 
IsInformational    bit  NO  Flag to Identify Worksheet Transaction Allocation Usable or not 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 
EpisodeYear(FK)    int  YES  A foreign key to the EpisodeYear column in the SXARCMBillingRequest table. 

dbo.SXARCMWorksheetTransactionAllocation Primary and Unique Keys 
Key Name  Key Type  Keys 
SXARCMWorksheetTransactionAllocationPK  PrimaryKey  WorksheetTransactionAllocationID, WorkSheetYear