Load ICD9 Codes

From OpenEMR Project Wiki
Revision as of 08:10, 12 March 2010 by Bradymiller (talk | contribs)

LINUX INSTRUCTIONS

  1. Modify the load_icd_desc.plx file:
  2. Place database name at line 36 (get this from the openemr/library/sqlconf.php file)
  3. Comment out line 45 and 46
  4. Uncomment line 48 and 49, and substitute the your sql username and database for username and password in this line (line 48). (get these from theopenemr/library/sqlconf.php file )
  5. Execute the script:
perl /var/www/openemr/contrib/util/load_icd_desc.plx

WINDOWS INSTRUCTIONS

  1. Modify the load_icd_desc.plx file:
  2. Place database name at line 36 (get this from the openemr/library/sqlconf.php file)
  3. Comment out line 45 and 46
  4. Uncomment line 48 and 49, and substitute the your sql username and database for username and password in this line (line 48). (get these from theopenemr/library/sqlconf.php file )
  5. Install ActivePerl (if not already installed, (it defaults to C:\Perl directory, which is fine)):
  6. Configure ActivePerl and run the script (via two below commands):
C:\Perl\bin\ppm install DBD-MySQL
C:\Perl\bin\perl c:\xampp\htdocs\openemr\contrib\load_icd_desc.plx