sergiupacurariu
released this
19 Dec 13:29
·
5 commits
to development
since this release
Feature Property Changes
Added server configuration properties:
Changelog
New Features
- Add date range filter for birthdate (from-to) to Persons, Cases, and Contacts #13190
- Enhance National Health ID Search Functionality Across Modules and Address Duplication Issues #13181
- Add New Influenza Disease Types and Modify Display for SORMAS-Luxembourg #13183
General
Improvements
- [Automatic message processing] Check sample assignment threshold against sample data instead of current date #13217
- Additional lab message fields #13203
- RSV disease variants #13204
- Disable Contact Management for RSV Cases #13157
- Configure and Restrict Sample Types and Pathogen Test Types for RSV #13158
General
Web Application
- Update default logos on login page #13126
- Automate Case Details and Fields Preselection for Influenza Cases #13184
- Birthdate month does not show "Empty" instead of "confidential" when restrictions apply #13179
Mobile Application
Script Patch
- In case if a new case creation window is throwing errors, corrupted data are stored in database. In order to solve the problem, next script needs to executed:
UPDATE customizableenumvalue SET diseases=NULL
WHERE COALESCE(TRIM(diseases), '') = '' AND diseases IS NOT NULL