dbo.SXAMMIVBillingParameter 
Default Table Name  SXAMMIVBillingParameter 
Definition  Allow SMM users to define Billing Parameters at the Unit and Dispense Subtype level for IVPB and LVP Orders. If the detailed parameters are not defined, then the Billing Process will default to billing for IVPB and LVP orders based on the Unit level billing parameter (for the current Patient Location). Regular Orders eligible for the Cart are still billed according to the Billing Parameter defined for the Cart Fill Policy. This parameter is not broken down by Unit and Dispense Subtype. 

dbo.SXAMMIVBillingParameter 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. 
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. 
IVBillingParameterID(PK)    int  NO  Auto generated unique primary key value. 
DispenseSubTypeID(FK)    int  NO  A foreign key to the DispenseSubTypeID column in the SXAMMDispenseSubType table. 
UnitLocationGUID    HVCIDdt  NO  Identifies which Unit location the Patient must be in for this Billing Parameter to apply.
This is the Primary key for the CV3Location table (for a Unit Location). 
DispenseMethodType    int  NO  An enumerated type with the following list of possible values: 0 = [Fill Process],1 = [Floorstock / ADM],2 = [Fill Process, Floorstock / ADM], 
BillType    int  NO  An enumerated type with the following list of possible values: 0 = [On Admin],1 = [On Dispense], 
MSrepl_tran_version    uniqueidentifier  NO  Optimistic lock identifier. 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 

dbo.SXAMMIVBillingParameter Primary and Unique Keys 
Key Name  Key Type  Keys 
SXAMMIVBillingParameterPK  PrimaryKey  IVBillingParameterID