External database import utility.
commit82354e7eb85d9938adb32b517297d4875a077f53
authormac <mcaloon@partnershealthcareanalytics.com>
Mon, 9 Apr 2012 04:09:58 +0000 (9 00:09 -0400)
committerbradymiller <bradymiller@users.sourceforge.net>
Tue, 17 Jul 2012 17:52:29 +0000 (17 10:52 -0700)
tree38f3e5a59ff7fc0d97eeff270d1b4fdc40c76844
parent717c80cc1d2a3c5806007ab0e1e8af69092aa1cd
External database import utility.

 -Ability to add ICD9/ICD10 data tables.
 -Incorporated into left navigation menu at
  Administration->Other->External Data Loads
  (also can load RxNorm and SNOMED tables here)
  (uses a snazzy accordian/jquery gui)
 -Code type (ICD9/10) can bet turned on and
  configured at Administration->List->'Code Types'
 -Incorporated the active/revision flags in the ICD9/ICD10
  tables into the functions in custom/code_types.inc.php
 -Made the external ICD9 tables the default holding place
  in code_types sql table (only for new users, and not upgrader)
 -Includes the CMS ICD9 and ICD10 data files
 -Tested to work on Linux and Windows.

 Majority of code by Mac with some mods by brady.
43 files changed:
contrib/dsmiv/README [new file with mode: 0644]
contrib/icd10/2012_PCS_long_and_abbreviated_titles.zip [new file with mode: 0644]
contrib/icd10/DiagnosisGEMs_2012.zip [new file with mode: 0644]
contrib/icd10/ICD10OrderFiles_2012.zip [new file with mode: 0644]
contrib/icd10/ProcedureGEMs_2012.zip [new file with mode: 0644]
contrib/icd10/README [new file with mode: 0644]
contrib/icd10/ReimbursementMapping_2012.zip [new file with mode: 0644]
contrib/icd9/README [new file with mode: 0644]
contrib/icd9/cmsv30_master_descriptions.zip [new file with mode: 0644]
contrib/rxnorm/README
contrib/snomed/README
custom/code_types.inc.php
interface/code_systems/dataloads_ajax.php [new file with mode: 0644]
interface/code_systems/dsmiv_howto.php [new file with mode: 0644]
interface/code_systems/icd10_howto.php [new file with mode: 0644]
interface/code_systems/icd9_howto.php [new file with mode: 0644]
interface/code_systems/list_installed.php [new file with mode: 0644]
interface/code_systems/list_staged.php [new file with mode: 0644]
interface/code_systems/rxnorm_howto.php [new file with mode: 0644]
interface/code_systems/snomed_howto.php [new file with mode: 0644]
interface/code_systems/standard_tables_manage.php
interface/main/left_nav.php
library/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png [new file with mode: 0755]
library/css/images/ui-bg_diagonals-thick_20_666666_40x40.png [new file with mode: 0755]
library/css/images/ui-bg_flat_10_000000_40x100.png [new file with mode: 0755]
library/css/images/ui-bg_glass_100_f6f6f6_1x400.png [new file with mode: 0755]
library/css/images/ui-bg_glass_100_fdf5ce_1x400.png [new file with mode: 0755]
library/css/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0755]
library/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png [new file with mode: 0755]
library/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png [new file with mode: 0755]
library/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png [new file with mode: 0755]
library/css/images/ui-icons_222222_256x240.png [new file with mode: 0755]
library/css/images/ui-icons_228ef1_256x240.png [new file with mode: 0755]
library/css/images/ui-icons_ef8c08_256x240.png [new file with mode: 0755]
library/css/images/ui-icons_ffd27a_256x240.png [new file with mode: 0755]
library/css/images/ui-icons_ffffff_256x240.png [new file with mode: 0755]
library/css/jquery-ui-1.8.21.custom.css [new file with mode: 0755]
library/js/jquery-1.7.2.min.js [new file with mode: 0755]
library/js/jquery-ui-1.8.21.custom.min.js [new file with mode: 0755]
library/standard_tables_capture.inc
sql/4_1_0-to-4_1_1_upgrade.sql
sql/database.sql
version.php