Skip to content

SORMAS 1.99.0

Latest
Compare
Choose a tag to compare
@sergiupacurariu sergiupacurariu released this 30 Oct 13:39
· 5 commits to development since this release

Feature Property Changes

  • The feature property ADVERSE_EVENTS_FOLLOWING_IMMUNIZATION_MANAGEMENT has been added to feature properties for enabling AEFI module

Added server configuration properties:

  • caseClassification.ALL - Configuration for case classification calculation for all diseases.
    Possible values: DISABLED, MANUAL, AUTOMATIC, MANUAL_AND_AUTOMATIC
  • caseClassification.{Disease} - Configuration for case classification calculation for specific diseases.
    Possible values: DISABLED, MANUAL, AUTOMATIC, MANUAL_AND_AUTOMATIC. (eg. caseClassification.CORONAVIRUS, caseClassification.CHOLERA, etc..)
  • negativeCovidTestsMaxAgeDays: Number of days after which negative CORONAVIRUS pathogen tests and their samples are soft deleted
    default: not set, meaning no delete
    possible values: any integer representing the number of days

Changelog

Braking change

The configuration property feature.automaticcaseclassification has been removed but the default configuration didn't change, meaning automatic classification is enabled by default.
For disabling it caseClassification.ALL=DISABLED or caseClassification.ALL=MANUAL must be set

New Features

  • AEFI Module in SORMAS #12634
  • Add "Disease" Attribute to Document Templates for Filtering #13160

General

Improvements

General

  • Automatic processing still some issues #13142
  • Restore automatic Case classification #13141
  • Difficulties with keycloak #13139
  • Restore User Synchronization Button and Ensure Proper Keycloak Synchronization Configuration #13140

Web Application

  • Phone Number Validation for E-Santé Reports – Remove and Store Non-Numeric Text #13147
  • [Automatic lab message processing] Create new case if the existing one is too old #13154
  • Enable/Disable Automatic/Manual Case Classification Customization Per Disease #13150
  • Automatically (Soft-)Delete Samples & Pathogen Tests with Negative Test Results for COVID-19 #13159
  • Normalization of Automatic Processing for Name, Birthdate, and Address Matching #13168
  • Hide Case Classification for RSV and Automatically Set Default Values #13156
  • Update Data Protection for certain Data Fields #13093

Mobile Application

Bugfixes

Web Application

  • Keycloak username modification is not synced by sormas #13080

Mobile Application

Task completed

  • Update Test-Environment to 1.98 and check compatibility #13153
  • Configure Diseases for Luxembourg Test Environment (RSV and COVID-19 Only) #13155
  • New Crowdin updates #13129

Testing