fix: fixes #6900, persist batch icn for 5010 claims (#6901)
commit02475cb7e4cfc1a8e34178fec0946d47f75cfb32
authorstephen waite <stephen.waite@cmsvt.com>
Wed, 4 Oct 2023 17:31:44 +0000 (4 13:31 -0400)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2023 17:31:44 +0000 (4 13:31 -0400)
tree926ed305cdf2405852ea0877da93e2dedfe8fcf9
parent9591d410545769300c4c368dd1d57ff8bb044618
fix: fixes #6900, persist batch icn for 5010 claims (#6901)

* create a class

* use similar sql functions as existing sequences table

* database upgrade

* add function to queryutils

* update billing claim batch script

* update edi 270 class

* update 837I

* add a row to the table

* send context to billing claim batch

* only bump edi_sequences for live files
library/sql.inc.php
sql/7_0_1-to-7_0_2_upgrade.sql
sql/database.sql
src/Billing/BillingProcessor/BillingClaimBatch.php
src/Billing/BillingProcessor/BillingClaimBatchControlNumber.php [new file with mode: 0644]
src/Billing/BillingProcessor/Tasks/GeneratorX12.php
src/Billing/BillingProcessor/Tasks/GeneratorX12Direct.php
src/Billing/EDI270.php
src/Billing/X125010837I.php
src/Common/Database/QueryUtils.php
version.php