You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[feature] Add prescriber name for each prescription on Pharmacy.
[feature] Add auto-complete to diagnoses on Medical.
[feature] Allow a superuser to assign a trip to all records being created.
[feature] Advanced patient searching.
[bug] Fix bug in research that would hang if a patient didn't have a sex identified
[bug] Fix black pictures being saved on Triage.
[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.
[development] updated sbt-plugin to 2.3.7 (Play)
[development] updated Gson to 2.3.1
[development] updated mysql-connector-java to 5.1.34