fEMR 2.3.3
--New Implementations--
[feature (FEMR-210/232/242)] Viewing previously prescribed medications has been rewritten to look better and function properly
[feature (FEMR-244)] A user can use the "Manager" role to monitor patients who have checked in Thank you, @mtwins !
[development (FEMR-79)] Create non-generic user repository
[development (FEMR-256/80)] Unit testing framework in place
[development (FEMR-291)] Pictures are now persisted to the database instead of the filesystem
[development (FEMR-305)] Logs are being captured in stdout/err or configuration needs to be added for a file
[bug (FEMR-263)] Fixed duplicate patient warning when checking in a patient that already exists. Thank you, @adriankalinowski !
[bug (FEMR-278)] Fixed medications not being added to inventory when no generic field is filled out. Thank you, @SamuelDev !
[bug (FEMR-304)] Fixed typeahead not working on the homepage for some teams
--Known Bugs--
(FEMR-277) Removing a medication from the formulary can not be undone and adding the same one will not undelete it
(FEMR-282) Phone # can not be updated in later encounters
(FEMR-308) Prescriptions that weren't prescribed an amount will display 0.
(FEMR-313) Clicking the "-" button the medical treatment tab for diagnosis will cause the boxes to disappear on an iPad
--Additional Info--
For updating:
- Run script to fix empty city fields
- Run evolutions
- Run PhotoMigration utility (depends on mysql connector)
Special thank you to @b6025 for persisting photos to the database and also writing a utility that migrates existing photos. Also to @drakesvoboda for overhauling the displaying of prescription history to make it much more robust.