juggernautsei wrote on Wednesday, May 23, 2012:
Hi all!,
I almost hate to post this request but I am at my wits end on this one. I am using the same server windows 2003, the same perl (activeperl) and the latest code (which looks like the same code from two years ago). I was trying to update the database to the 2012 codes and the script won’t go past what you see below. It only loads about 155 codes then starts the loop below.
Can anyone email me the the current list of ICD9’s for 2012? Thanks!
UPDATE codes SET code_text = ‘Cholera due to vibrio cholerae’ WHERE code_type =
2 AND code = ‘001.0’;
UPDATE codes SET code_text = ‘Cholera due to vibrio cholerae el tor’ WHERE code_
type = 2 AND code = ‘001.1’;
UPDATE codes SET code_text = ‘Cholera, unspecified’ WHERE code_type = 2 AND code
= ‘001.9’;
UPDATE codes SET code_text = ‘Cholera due to vibrio cholerae’ WHERE code_type =
2 AND code = ‘001.0’;
UPDATE codes SET code_text = ‘Cholera due to vibrio cholerae el tor’ WHERE code_
type = 2 AND code = ‘001.1’;
UPDATE codes SET code_text = ‘Cholera, unspecified’ WHERE code_type = 2 AND code
= ‘001.9’;