Hello, I noticed a bug in the DRG module. Could somebody test if the ICD parent codes are right (in the middle frame)? I got wrong/missing descriptions for some diagnosis codes (only for some!). For example, when I search for "Ga" and click C05.8, C05.9, C09.1 (or C02.1, B08.3), I get a result like "C02.1 - : Zungenrand", because there are no entries in the row 'parent_code' in the table 'care_encounter_diagnosis'.
I'm student at the University of Applied Sciences Ulm and we use Care2x in version 1.1. We have two versions running here, and I have one at home. The bug doesn't appear in the webversion! A possible solution for this problem would be (not the best, because it does not fix the error where it is made, in /modules/drg/drg-icd10-search.php): replace in /include/inc_drg_entry_save.php: "$data['code_parent']=$$hidx;" through: "$data['code_parent']=substr($$selx,0,strpos($$selx,'.')).'.-'; if(strpos()==strlen($$selx)) $data['parent_code'].='*';" (because the "Kreuz-Stern-Codes" (don't know the english names for the codes with * or +) are all coded wrong). Greetings from Ulm, Ingo Zugenmaier ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ Care2002-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/care2002-developers

