Move ins type codes to database (#4488)
commite6f1d7614ffc55b94371f4157904a6a5dab38d44
authorstephen waite <stephen.waite@cmsvt.com>
Tue, 29 Jun 2021 22:07:25 +0000 (29 18:07 -0400)
committerGitHub <noreply@github.com>
Tue, 29 Jun 2021 22:07:25 +0000 (29 18:07 -0400)
treed583fabb90441d3c923b0b7552f71bc573591361
parentc3da10dfacefd841244de68572d20eb1d159e6f8
Move ins type codes to database (#4488)

* clean up, psr12, create table

* add insert to upgrade script

* refactor ins_type_code_array

* use insurance company service

* move claim types to services

* psr12

* add comment

* visibility

* bump --v-db

* static method call, database fixes

* move table_vertical field addition above uuid update for upgraders

* reorder sql_upgrade 5->6 to match database.sql

* match upgrade sql and database sql
controllers/C_InsuranceCompany.class.php
controllers/C_X12Partner.class.php
interface/practice/ins_search.php
library/classes/InsuranceCompany.class.php
library/classes/Pharmacy.class.php
sql/5_0_2-to-6_0_0_upgrade.sql
sql/6_0_0-to-6_1_0_upgrade.sql
sql/database.sql
src/Services/InsuranceCompanyService.php
version.php