include '../modules/health_facility/class.health_facility.php'; $health_facility = new health_facility(); if (!$module->activated('health_facility') && $initmod) { $health_facility->init_sql(); $health_facility->init_menu(); $health_facility->init_deps(); $health_facility->init_lang(); $health_facility->init_help(); } } if (file_exists('../modules/hematology/class.hematology.php')) { include '../modules/hematology/class.hematology.php'; $hematology = new hematology(); if (!$module->activated('hematology') && $initmod) { $hematology->init_sql(); $hematology->init_menu(); $hematology->init_deps(); $hematology->init_lang(); $hematology->init_help(); } } if (file_exists('../modules/icd10/class.icd10.php')) { include '../modules/icd10/class.icd10.php'; $icd10 = new icd10(); if (!$module->activated('icd10') && $initmod) { $icd10->init_sql(); $icd10->init_menu(); $icd10->init_deps(); $icd10->init_lang(); $icd10->init_help(); }