Releases: FEMR/femr
Version 2.2.2
[feature (FEMR-214)] Provide a reason when a user deletes a patient
[feature (FEMR-243)] Enable sorting on the users table
[feature (FEMR-241)] Inventory reports can be exported as a CSV file
[development (FEMR-235]) update CONTRIBUTING & CONTRIBUTORS
[development (FEMR-240]) update travis.yml to force java jdk updates
Version 2.2.1
[bug (FEMR-236)] Fixed bug where vitals display would crash when a height value was entered as only inches with no feet
[bug (FEMR-234)] Fixed bug where null pointer exception would occur when no administration was chosen when prescribing a medication
Version 2.2
[feature] Feature to maintain and track a formulary of medications.
[feature] Feature to maintain and track teams & trips.
[feature] Export data as CSV file from the research module
[feature (FEMR-2)] Autofocus the cursor on the new prescription
box every time a user clicks the "+" button to add a prescription in Medical
[feature (FEMR-9)] Prominently display a patient's ID in both Medical and Pharmacy
[feature (FEMR-10)] Display user names instead of emails in patient history
[feature (FEMR-15)] Display original and replaced prescription in a patient's encounter
[feature (FEMR-23/11)] Ability to edit weeks pregnant in Medical
[feature (FEMR-33)] Log every login attempt
[feature (FEMR-36/120)] Allow an administrator to delete a patient and track the administrator that deletes the patient
[feature (FEMR-51)] Track the date and time that a new user is created. Also track the user that creates a new user
[feature (FEMR-76/77)] Require passwords to have at least 6 characters with both upper and lowercase.
[feature (FEMR-102/105)] Ability to filter research results by trip
[feature (FEMR-103/104)] Let a user navigate from Triage to Medical by clicking a button
[feature (FEMR-106)] Typeahead will try to guess your input while searching for a city on Triage
[feature (FEMR-136)] Display both metric and imperial units to a user on Medical and Pharmacy
[feature (FEMR-150)] Stop a user from being able to enter their current password as their new password.
[feature (FEMR-159)] Require a password match
[feature (FEMR-187)] Change placeholder text in the treatment given box to "Ex: Suturing, Ultrasound, Splint, etc..."
[feature (FEMR-216)] Track if a user was actually prompted to check for diabetes. Prior to this, we couldn't tell if a user clicked "No" or simply wasn't prompted
[development (FEMR-14)] Compress/cache/version CSS/JS files for better performance
[development] Update Play 2.3.7 -> 2.4.0
[development] Update Apache Collections 3.2.1 -> 4.0
[development] Update iText 5.5.4 -> 5.5.6
[development] Update Guice 3.0 -> 4.0
Version 2.1.8
[feature (FEMR-193)]Allow a user to enter a value for glucose after the diabetes prompt activates
[bug (FEMR-192)]Fixed a bug where clicking patient history on Triage created a new encounter
Version 2.1.7
[feature (FEMR-165)]Moves the confirmation of a diabetes screen from the Medical module to the Triage module.
[bug (FEMR-155)]Fixed an error that was occurring when a user clicked submit on the Medical module.
Version 2.1.6
[feature (FEMR-108)]Optional prompt to remind a physician to screen a patient for Diabetes when certain criteria is met
[feature (FEMR-107)]Add a reference to the navigation bar that helps a user remember what to check during a review of systems
Version 2.1.5
[bug] Fixed problem with HPI tab fields not saving when chief complaints exist.
[development] Updated contributing file to show new branch naming scheme.
Version 2.1.4.0
[feature] Searching by patient ID on the homepage.
[feature] PDFs can be generated for any encounter.
[feature] Fields in an encounter can be edited.
[feature] System can be switched between imperial and metric units.
[feature] Searching on the homepage filters by current country.
[bug] Fixed not being able to update a patient's sex if it wasn't previously identified.
[development] Create a universal naming convention based on CRUD (create, retrieve, update, delete) in the service layer.
[development] Move database connection string to application.dev.conf.
[development] Interfaced the service layer mappers for better dependency control during unit testing.
Version 2.1.3.3
[development] update version number.
[development] fix the database seeder to check the existence of each field.
[development] put an end to the manual assignment of primary keys in the database seeder.
Version 2.1.3.2
[development] cleared out old unit tests