March 15, 2019 We've released ESP 3.4.10. https://gitlab.com/ESP-Project/ESP/tree/release/3.4.10. Here are the release notes Updates to reporting: • Change HL7 structure for weeks pregnant. Per MDPH request: HL7 changed from NM to SN data type. • Make NA-5 respect DX report-able window configuration for determining YES/NO. • Create single command for resetting a report history for single case/single disease • Add hooks to better allow disease plugins to have alternate reporting fields/structures • Modified HL7 message generation to create CE OBX segment for "genotype" lab test results, rather than ST. • Added a TB skin-test OBX segment to HL7 messages for TB case reporting. Updates to UI: • Maintain selected filters when mapping labs and moving back and forth from mapping list. Backend improvements: • Specimen types loaded to STATIC model in DB (instead of settings.py) • Update archiving of LoadCommand files to a delete/write strategy. Reloading of new version of dated load file will no longer throw error, old version is deleted, new version is moved to archive folder. • Pin to Django 1.8.* version • Installation scripts updated for Ubuntu 18.04 and related Apache dependencies. • New access audit script have been created to provide email alerts to system admins when failed logins occur to the ESP server or the Postgres database. Bugfixes: • Fix loading of admin/login.html bug Seen from Django admin interface (tables view). • Fix returned non string bug in load_epic.get_natural_key()