split outreach charts into 2 to accomodate CML outreach; added better date handling routine for charts; changed auto-screening handling of specimen code for CML outreach requests; bugfixes to HMRN to remove legacy 'chronologies' table entries; removed redundant code/queries for error_codes.pl script
moved config settings to own directory in /config dir - settings file depends on CENTRE env param supplied by init.d script; C::DataImport::do_bcr_abl() method now does auto-report after setting required lab-test status to complete - request_history depends on auto-report function succeeding; minor change to auto_report.t to match current auto-report rules for CML; Outreach charts set USE_FILE_SESSIONS param to force non-db sessions; Outreach MGUS cases with IgM paraprotein by electropheresis loads B-LPD questionnaire instead of MGUS one
QueryLog BEGIN block looks for ENV var ROSEDB_DEVINIT = devinit_prod to load Dispatch::File::Rolling - previous method looked for devinit_devel & loaded Dispatch::File, otherwise Dispatch::File::Rolling. This failed in test suite if rolling sql.log already created for current date, with 644 permissions for Apache user. Now test suite and dev server both use same log files, and rolling log files only used by Apache user
screening functions (new & edit; not yet auto-screen at new request) display outcome summary of which lab-tests requested & which (if any) skipped; fixed many *.t issues caused by adding patient notes form to report page - made 'report' a multi-form page