dbo.SXAANCExamBillingDetail 
Default Table Name  SXAANCExamBillingDetail 
Definition  Stores Billing detail for exam records 

dbo.SXAANCExamBillingDetail 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. 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 
BillingDetailId(PK)    bigint  NO  Auto generated unique primary key value. 
BillingHeaderId(FK)    bigint  NO  A foreign key to the BillingHeaderID column in the SXAANCExamBillingHeader table. 
IsCredit    bit  NO  1 credit, 0 charge 
FeeCode    varchar(50)  NO  Fee code 
FeeCodeType    int  NO  An enumerated type with the following list of possible values: 1 = [Pro],2 = [Tech],3 = [Supply],4 = [Other], 
Description    varchar(254)  YES  Description of fee 
Units    int  NO  Units to bill 
Status    int  NO  An enumerated type with the following list of possible values: 1 = [UnSent],2 = [PendingBroadCast],3 = [Sent],4 = [Deleted],5 = [ToBeReviewed], 
ReasonOfDeletion    varchar(512)  YES  Used to store reason for deleting billing charge 
BillingDetailGroupId    int  NO  Exam Billing Detail group Id 
ChargeOrCredit    varchar(2)  YES  Charge or Credited 
FeeModifier1    varchar(15)  YES  Billing Modifier 1; used to allow external code to identify and process modifiers to this billing record 
FeeModifier2    varchar(15)  YES  Billing Modifier 2; used to allow external code to identify and process modifiers to this billing record 
FeeModifier3    varchar(15)  YES  Billing Modifier 3; used to allow external code to identify and process modifiers to this billing record 
FeeModifier4    varchar(15)  YES  Billing Modifier 4; used to allow external code to identify and process modifiers to this billing record 
FeeModifier5    varchar(15)  YES  Billing Modifier 5; used to allow external code to identify and process modifiers to this billing record 
ServiceDateTimeUTC    datetimeoffset(3)  YES  Defines the date of service for billing 
IsPrimary    bit  NO  Flag for identify Primary charge 
RadiologistGUID    HVCIDdt  YES  Used to store Radioloist user GUID 
CDSMechanismGCode    varchar(250)  YES  Used to store AUC Gcode of Exam 
BypassAUCCheckingReasonModifierCode    varchar(250)  YES  Used to store AUC Bypass Reason modifier of Exam 
ReviewedBy    HVCIDdt  YES  Stores user guid who had reviewed charges 
ReviewDateTimeUTC    datetimeoffset(3)  YES  Stores Date Time of review 
TransmissionTypeCode    tinyint  NO  Stores Transmission type of changes 
AUCFeeCode    varchar(50)  YES  Used to store AUC fee code for billing item 
CDSMDescription    varchar(255)  YES  Used to store AUC CDSM name or description 

dbo.SXAANCExamBillingDetail Primary and Unique Keys 
Key Name  Key Type  Keys 
SXAANCExamBillingDetailPK  PrimaryKey  BillingDetailId