dbo.SXARCMPatientGuarantorRemittanceConfig 
Default Table Name  SXARCMPatientGuarantorRemittanceConfig 
Definition  Stored patient guarantor remittance configuration 

dbo.SXARCMPatientGuarantorRemittanceConfig 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. 
PatientGuarantorRemittanceConfigID(PK)    int  NO  Auto generated unique primary key value. 
Name    varchar(50)  NO  Name of the configuration 
Active    bit  NO  Denotes whether the row is active or not, 0 means the row has been soft deleted or deactivated. 
RuleUID    uniqueidentifier  YES  rule id configured 
RemittancePayerIdentifierID    varchar(50)  YES  Remittance payer id, maximum 9 digits 
ServiceDateSelectionID(FK)    int  NO  A foreign key to the ServiceDateSelectionID column in the SXARCM835ServiceDateSelection table. 
IsExcludeBPR01Qualifier    bit  NO  Date the code is invalid 
BPR01Qualifiers    varchar(30)  YES  If this record is system defined 
BatchCompletionSelectionID(FK)    int  NO  A foreign key to the BatchCompletionSelectionID column in the SXARCM835BatchCompletionSelection table. 
RemittanceAllocationMethodID(FK)    int  NO  A foreign key to the PaymentAllocationMethodID column in the SXARCMPaymentAllocationMethod table. 
IsManualEntryDefaultConfiguration    bit  NO  flag to set separate txn per work sheet 
SortOrder    int  NO  Determines the sort Order of each Config 
PaymentAllocateTo    int  NO  Stores the default payment allocation type, based on this payment UI will show the view 
IsApplyAdjustment    bit  NO  To store if apply adjustment configuration is available 
ClaimAdjustmentReasonCodeDictionaryID(FK)    int  YES  A foreign key to the ClaimAdjustmentReasonCodeDictionaryID column in the SXARCMClaimAdjustmentReasonCodeDictionary table. 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 
PaymentMethodCodeID(FK)    int  YES  A foreign key to the PaymentMethodID column in the SXAAMPaymentMethod table. 
RemitAssetIDType    int  YES  Sepcifies Remit AssetID Type 

dbo.SXARCMPatientGuarantorRemittanceConfig Primary and Unique Keys 
Key Name  Key Type  Keys 
SXARCMPatientGuarantorRemittanceConfigPK  PrimaryKey  PatientGuarantorRemittanceConfigID