|
..
|
|
HMRN
|
|
new HMRN referral pathway; added possible new diagnoses to diagnosis email alerts; new trial overrides in activity data function
|
13 years ago
|
|
Roles
|
|
standardised all Model classes using Moose to read 'extends' then 'with'; moved M::R::ReportUpdate::_do_additional_tests to M::R::LabTest::Update::auto_request_additional_tests() for sharing with M::R::ResultsUpdate::do_results_summary_update() so result summary input can auto-request new lab tests - required reconfiguration of additional_tests.yml; changed order of result summary drop-down and textbox entries when joined to form single string
|
12 years ago
|
|
Ajax.pm
|
6kB
|
added function to highlight if patient has previous request for clinical trial if not currently a clinical trial request; loop counter on request history
|
13 years ago
|
|
Audit.pm
|
19kB
|
standardised all Model classes using Moose to read 'extends' then 'with'; moved M::R::ReportUpdate::_do_additional_tests to M::R::LabTest::Update::auto_request_additional_tests() for sharing with M::R::ResultsUpdate::do_results_summary_update() so result summary input can auto-request new lab tests - required reconfiguration of additional_tests.yml; changed order of result summary drop-down and textbox entries when joined to form single string
|
12 years ago
|
|
Base.pm
|
6kB
|
replaced loading of Local::DBIxSimple in individual model classes with single loading in Model::Base; renamed DBIxSimple::get_meta to dbix_get_meta to avoid clash with Model::Base::get_meta (now renamed get_meta_data); fixed report.t - new method report_diff replaced comment
|
12 years ago
|
|
Chart.pm
|
9kB
|
standardised all Model classes using Moose to read 'extends' then 'with'; moved M::R::ReportUpdate::_do_additional_tests to M::R::LabTest::Update::auto_request_additional_tests() for sharing with M::R::ResultsUpdate::do_results_summary_update() so result summary input can auto-request new lab tests - required reconfiguration of additional_tests.yml; changed order of result summary drop-down and textbox entries when joined to form single string
|
12 years ago
|
|
ClinicalTrial.pm
|
4kB
|
bugfix to calculate_composite_p53 method in case of empty p21; bugfix to M::R::ReportUpdate::do_additional_options() to prevent inappropriate deletion of teaching option
|
13 years ago
|
|
Diagnosis.pm
|
8kB
|
added ability to retrieve inactive legacy diagnosis to autosuggest diagnoses; changed DB::Diagnosis::Manager method name from 'diagnosiss'; patched national_code_unknown.pl cron to report 'no unknown codes' instead of blank message
|
13 years ago
|
|
Email.pm
|
4kB
|
patched all M::Email::send_message() returns to handle Return::Value object instead of string/undef
|
13 years ago
|
|
ErrorCode.pm
|
4kB
|
changed diagnosis_change_options.reason col to option_id
|
14 years ago
|
|
HMRN.pm
|
47kB
|
standardised all Model classes using Moose to read 'extends' then 'with'; moved M::R::ReportUpdate::_do_additional_tests to M::R::LabTest::Update::auto_request_additional_tests() for sharing with M::R::ResultsUpdate::do_results_summary_update() so result summary input can auto-request new lab tests - required reconfiguration of additional_tests.yml; changed order of result summary drop-down and textbox entries when joined to form single string
|
12 years ago
|
|
History.pm
|
9kB
|
changed history/comment to history/report_diff for both comment & morphology fields
|
12 years ago
|
|
LabSection.pm
|
7kB
|
MAJOR CHANGE: moved sql_lib() from M::Base to new M::Role::Query; moved all M::R::QueryFormatter methods into M::R::Query; removed sql_lib() from ScriptHelpers - using new M::Roles::Query method; removed lims_dbix() from M::Base - now loaded via M::Role::DBIxSimple on demand; moved get_sql_with_constraint() from M::R::DBIxSimple to M::R::Query; method gets dbh from lims_db not lims_dbix in M::LabSection::update_lab_sections() & M::Specimen::update_specimens(); added elements() to Local::QueryLibrary
|
13 years ago
|
|
LabTest.pm
|
11kB
|
FISH worksheets - skip tests/panels if status set to complete
|
14 years ago
|
|
Local.pm
|
15kB
|
fixed gross description not updating row if specimen_date present
|
12 years ago
|
|
Option.pm
|
2kB
|
hilis3 conversion scripts for YHHN
|
15 years ago
|
|
Outreach.pm
|
41kB
|
standardised all Model classes using Moose to read 'extends' then 'with'; moved M::R::ReportUpdate::_do_additional_tests to M::R::LabTest::Update::auto_request_additional_tests() for sharing with M::R::ResultsUpdate::do_results_summary_update() so result summary input can auto-request new lab tests - required reconfiguration of additional_tests.yml; changed order of result summary drop-down and textbox entries when joined to form single string
|
12 years ago
|
|
Patient.pm
|
27kB
|
bugfix to M::Patient::_do_single_record_update_request_history() - omitted to call load() on DB::Patient object
|
13 years ago
|
|
PatientCase.pm
|
6kB
|
hilis3 conversion scripts for YHHN
|
15 years ago
|
|
PhoneLog.pm
|
1kB
|
hilis3 conversion scripts for YHHN
|
15 years ago
|
|
PrintRun.pm
|
4kB
|
MAJOR CHANGE: moved sql_lib() from M::Base to new M::Role::Query; moved all M::R::QueryFormatter methods into M::R::Query; removed sql_lib() from ScriptHelpers - using new M::Roles::Query method; removed lims_dbix() from M::Base - now loaded via M::Role::DBIxSimple on demand; moved get_sql_with_constraint() from M::R::DBIxSimple to M::R::Query; method gets dbh from lims_db not lims_dbix in M::LabSection::update_lab_sections() & M::Specimen::update_specimens(); added elements() to Local::QueryLibrary
|
13 years ago
|
|
ReferralSource.pm
|
11kB
|
patched C::Ajax::get_parent_organisations() and corresponding model method to accept flag for practices lookup; create new GP practice allows submission of parent practice id for branch practices
|
14 years ago
|
|
Referrer.pm
|
12kB
|
added referrer department infomation to admin/config/clinicians, and ability to set inactive on edit
|
15 years ago
|
|
Report.pm
|
3kB
|
replaced loading of Local::DBIxSimple in individual model classes with single loading in Model::Base; renamed DBIxSimple::get_meta to dbix_get_meta to avoid clash with Model::Base::get_meta (now renamed get_meta_data); fixed report.t - new method report_diff replaced comment
|
12 years ago
|
|
Request.pm
|
43kB
|
replaced loading of Local::DBIxSimple in individual model classes with single loading in Model::Base; renamed DBIxSimple::get_meta to dbix_get_meta to avoid clash with Model::Base::get_meta (now renamed get_meta_data); fixed report.t - new method report_diff replaced comment
|
12 years ago
|
|
RequestAudit.pm
|
2kB
|
hilis3 conversion scripts for YHHN
|
15 years ago
|
|
RequestOption.pm
|
941B
|
hilis3 conversion scripts for YHHN
|
15 years ago
|
|
Result.pm
|
26kB
|
bugfix - import_results() method of Results model requires RequestSpecimenDetail and RequestReportDetail objects
|
12 years ago
|
|
Screen.pm
|
11kB
|
moved RequestInitialScreen object creation to top of transaction in L::Model::Screen::do_initial_screen() to prevent auto-report crashing when trying to load object further down in sub _diagnosis_confirmation_required {; added 'digit' filter to NHS number validation to remove internal spaces
|
14 years ago
|
|
Specimen.pm
|
6kB
|
fixed missing specimen error - caused by submission of 'BMAT.PB' - RDBO 0.80 truncated at 4chars; moved specimen split regex to Local::Utils & added validation of specimen length; fixed ErrorHandler error in assuming exists - didn't for devel server; added Sphinx search facility - switchable on/off via config; changed bcl1 to cyclinD1 in gallium trial data feed
|
13 years ago
|
|
Test.pm
|
3kB
|
replaced loading of Local::DBIxSimple in individual model classes with single loading in Model::Base; renamed DBIxSimple::get_meta to dbix_get_meta to avoid clash with Model::Base::get_meta (now renamed get_meta_data); fixed report.t - new method report_diff replaced comment
|
12 years ago
|
|
User.pm
|
18kB
|
added direct link in registration details for use at 1st login; changed layout of tt_wrapper to remove extraneous white-space when rendering templates for text eg emails; revamped registration details message
|
13 years ago
|
|
Validation.pm
|
1kB
|
hilis3 conversion scripts for YHHN
|
15 years ago
|
|
WorkList.pm
|
10kB
|
standardised all Model classes using Moose to read 'extends' then 'with'; moved M::R::ReportUpdate::_do_additional_tests to M::R::LabTest::Update::auto_request_additional_tests() for sharing with M::R::ResultsUpdate::do_results_summary_update() so result summary input can auto-request new lab tests - required reconfiguration of additional_tests.yml; changed order of result summary drop-down and textbox entries when joined to form single string
|
12 years ago
|