Skip to content

Releases: FEMR/femr

Version 2.1.3.1

01 Feb 21:22
Compare
Choose a tag to compare

[bug] Includes fix for duplicate medications showing up on Pharmacy auto-complete.

Version 2.1.3.0

01 Feb 21:15
Compare
Choose a tag to compare
  1. [feature] Add prescriber name for each prescription on Pharmacy.
  2. [feature] Add auto-complete to diagnoses on Medical.
  3. [feature] Allow a superuser to assign a trip to all records being created.
  4. [feature] Advanced patient searching.
  5. [bug] Fix bug in research that would hang if a patient didn't have a sex identified
  6. [bug] Fix black pictures being saved on Triage.
  7. [development] Upgraded to MySQL 5.6. MySQL 5.6 requires dropping of foreign keys before editing a column. Our evolutions weren't dropping foreign keys, so we introduced a fix. The script located at /conf/scripts/upgrade_213.sql NEEDS to be applied before upgrading to 2.1.3 and MySQL 5.6.
  8. [development] updated sbt-plugin to 2.3.7 (Play)
  9. [development] updated Gson to 2.3.1
  10. [development] updated mysql-connector-java to 5.1.34

Version 2.1.2

04 Jan 01:48
Compare
Choose a tag to compare

-Fix picture orientation issues
-Update version
-reverse birthdate and age order
-try to fix navigation bar drop down bug in iOS (unsuccessful)

Version 2.1.1

08 Dec 00:22
Compare
Choose a tag to compare

Adds a checkbox on pharmacy that confirms "The patient was counseled on the risks and side effects of the medications dispensed." per WHSO request

Each prescription is flagged based on whether or not the patient was counseled.

Each prescription is flagged based on whether or not the pharmacist dispensed the medication.

Version 2.1.0

02 Dec 23:55
Compare
Choose a tag to compare

-medication tracking schema
-medication tracking admin interface
-notes to help identify who a user is
-simplification of HPI tab to one large field (turn on and off in admin)
-age classifications instead of only numerical values
-pharmacy typeahead styling fixes