Skip to content

3.11.2 (2022-10-27)

Compare
Choose a tag to compare
@ndobb ndobb released this 28 Oct 19:42
· 8 commits to master since this release
673b896

New features

  • #575 - Basic demographics columns can now be given custom names. Custom names can be configured in the Admin Panel and will override Leaf defaults when shown in the Patient List & during export.

    image

  • #574 - Ever had additional columns you'd like to be automatically added to the Patient List default Basic Demographics (without users needing to manually add them everytime)? You can now do so by creating a Dataset and checking Load by Default in the Admin Panel.

    image

Minor changes

  • #559 - UI dependent libraries with security warnings have been upgraded.
  • #509 - Patient List datasets can now be filtered by custom dates, similar to Find Patients cohort queries.
  • #489 - Patient List dataset time filters now default to "Anytime".

Bug fixes

  • #558 - When exporting to CSV using a multi-row dataset (i.e., a 1:M relationship between a patient and data), data would be accidentally duplicated.
  • #515 - Birth and death dates in the default Basic Demographics dataset would be erroneously offset by a few hours.

Upgrading to 3.11.2

  1. Client app and server API - Download and deploy the latest client and server compiled files under Assets, included in this release (or compile on your own as described in the Leaf installation instructions), making sure to first remove any previously deployed instances.
  2. Database - execute the 3.11.0__3.11.1 and 3.11.1__3.11.2 database update script on your Leaf application database. (3.11.1 was not made an official release, thus the 2 scripts)