OpenMRS-core 2.1.0-beta Release Notes
Release Date: Friday, April 7, 2017
This version of OpenMRS Core is a pre-release and is not ready for production use. Its purpose is to give users an idea of what to expect in the upcoming release and help discover any possible obscure new bugs.
What's New
Some interesting features in the 2.1 line will be:
Support for status (e.g. for recording preliminary lab results) and interpretation (e.g. for marking a test result as abnormal)
Enhancements to the data model for Cohorts, to add a start date and end date
Faster patient searches (using Lucene under the hood)
Loosening restrictions on merging patients who have orders
Simple approach for developers to add caches programmatically
We expect that 2.1.x will be the first non-LTS release, where we only release openmrs-core to maven for developers, and don't do a full OpenMRS Platform release. Read more about this means in the (future) release notes final release.
Download
Get it at https://sourceforge.net/projects/openmrs/files/prereleases/OpenMRS_Core_2.1.0_Beta/
Feedback Welcome!
As always, we look forward to getting your feedback about this release. Share your thoughts on http://talk.openmrs.org.
We would especially like review of these features:
Data Model Changes since 2.0.0
Add unique_id column to concept_reference_source
Dropping foreign key constraint member_patient
Dropping foreign key constraint parent_cohort
Dropping primary key for cohort_member
Adding column cohort_member.cohort_member_id
Updating cohort member ids
Adding primary key to cohort_member.cohort_member_id
Adding auto increment property to cohort_member.cohort_member_id
Adding column cohort_member.start_date
Updating cohort_start_date with value cohort.date_created
Adding column cohort_member.end_date
Adding column cohort_member.creator
Updating cohort_member.creator value
Adding foreign key constraint to cohort_member.creator
Adding column cohort_member.date_created
Updating cohort_member.date_created with value cohort.date_created
Adding column cohort_member.voided
Adding defaultValue for cohort_member.voided
Adding column cohort_member.voided_by
Adding column cohort_member.date_voided
Adding column cohort_member.void_reason
Adding column cohort_member.uuid
Generating UUIDs for all rows in cohort_member table via built in uuid function.
Adding unique constraint to cohort_member.uuid
Adding foreign key constraint to cohort_member.cohort_id
Adding foreign key constraint to cohort_member.patient_id
Dropping defaultValue for cohort_member.cohort_id
Dropping defaultValue for cohort_member.patient_id
Adding "date_changed" column to concept_class table
Adding "changed_by" column to concept_class table
Adding "date_changed" column to concept_reference_source table
Adding "changed_by" column to concept_reference_source table
Adding "date_changed" column to concept_name table
Adding "changed_by" column to concept_name table
Adding "date_changed" column to concept_name_tag table
Adding "changed_by" column to concept_name_tag table
Adding "date_changed" column to form_resource table
Adding "changed_by" column to form_resource table
Adding "date_changed" column to global_property table
Adding "changed_by" column to global_property table
Adding "date_changed" column to patient_identifier_type table
Adding "changed_by" column to patient_identifier_type table
Adding "date_changed" column to relationship_type table
Adding "changed_by" column to relationship_type table
Adding "status" column to obs table
Adding "interpretation" column to obs table
Modify column length of obs.value_complex to 1000 from 255
Ticket Statuses at the time of the Beta release
Issue Type | Key | Summary | Status |
New Feature | getConceptByName should immediately return concept if only one matching concept | Waiting on Information | |
New Feature | Enhance ObsService to provie getRevisionObs | Closed | |
New Feature | AbstractHandler#purgeComplexData(Obs) should return true when file is missing from disk | Closed | |
New Feature | Ability to limit lucene patient search by identifier to a particular identifier type | Closed | |
New Feature | Enable hibernate second level cache for org.openmrs.Privilege | Closed | |
New Feature | Support obs.interpretation and obs.status, aligned with FHIR | Code Review (Post-Commit) | |
New Feature | Making Family name as Optional | Closed | |
New Feature | Add caches programmatically | Closed | |
New Feature | ComplexObsHandlers should support complex data encoded as text | Closed | |
New Feature | Add ConceptService.getConceptSourceByHL7Code | Closed | |
New Feature | Add ModuleUtil.isOpenmrsVersionInVersions() | Closed | |
New Feature | Add ConceptSource.uniqueId | Closed | |
New Feature | Remove a TODO in code about refactoring ProgramWorkflowService.getPatientPrograms() | Closed | |
New Feature | Create pull request to remove TODO comments from core code | Closed | |
New Feature | Remove a TODO in code about notifying on global property name changes | Closed | |
New Feature | Remove a TODO in the code about AdministrationService.getPresentationLocales() return type | Closed | |
New Feature | Remove code TODO about interface OpenmrsMetadata should support localized names and descriptions | Closed | |
New Feature | Expanded cohort details | In Progress | |
New Feature | SaveOrder method should throw more meaningful exceptions | Code Review (Post-Commit) | |
New Feature | Add support for init parameters for module servlets | Closed | |
New Feature | When a module is started, all its dependent modules should be started | Closed | |
New Feature | Cache results from getSearchLocales() | Closed | |
New Feature | Allow admins to view and edit all concept names | Closed | |
New Feature | Update the simple order jsp pages to work with the new attributes | Closed | |
New Feature | Ignore blank person addresses on the patient forms | Closed | |
New Feature | Code coverage and Test report for OpenMRS | Closed | |
New Feature | Regression Test OpenMRS with Apache Tomcat 7. | Closed | |
New Feature | Add maven module for checkstyle | Closed | |
New Feature | Use Hibernate Search with Apache Lucene for Patient Searches | Closed | |
New Feature | End-User-Friendly Patient Matching and de-duplication in the core application | Closed | |
New Feature | HL7 message routing improvements | Closed | |
Story | In some cases it should be possible to merge patients even if both have active orders | Closed | |
Story | Failing to start the server due to CacheManager issue | Closed | |
Bug | Unable to modify/edit a Program from OpenMRS admin | Closed | |
Bug | Fix HL7UtilTest failure on OpenJDK 7 | Closed | |
Bug | Remove velocity.log files | Closed | |
Bug | EncounterTest random failures | Closed | |
Bug | Fix performance of get concepts by mapping | Closed | |
Bug | Add tests to ConceptServiceImpl | Closed | |
Bug | Extract private method in ObsServiceImpl.saveExistingObs | Closed | |
Bug | Use apache StringUtils in OrderSetServiceImpl | Closed | |
Bug | Use platform agnostic newlines in string formatting | Closed | |
Bug | Replace StringBuffer with StringBuilder | Closed | |
Bug | HibernateConceptDAO.getConceptByName() method logs incorrect warning message | Closed | |
Bug | Use Boolean.valueOf to test strings | Closed | |
Bug | Collection.isEmpty() should be used to test for emptiness | Closed | |
Bug | Accepting more characters for observation value of type Text | Closed | |
Bug | AllergenType includes some invalid options | Closed | |
Bug | Error Scenario in Obs Save : New child Obs not saving when entire Obs group is updated | Closed | |
Bug | defaultLocale property of User is not updated to Context when the user is logged in | Closed | |
Bug | Encounter.removeProvider fails if same provider has already been removed once before | Closed | |
Bug | Weak password message is not translated while the exception is raised | Closed | |
Bug | Set HttpOnly for JSESSIONID cookie | Closed | |
Bug | ModuleFactoryTest Error | Closed | |
Bug | TextHandler does not work | Closed | |
Bug | Another CacheManager with same name 'apiCache' already exists in the same VM | Closed | |
Bug | ImageHandler.saveObs(Obs) to close outfile | Closed | |
Bug | Saving Existing Obs will not update formNamespaceAndPath | Closed | |
Bug | Obs retrieval from the encounter should maintain the same order in which it is added | Closed | |
Bug | Non empty database should not fail when finishing database setup | Closed | |
Bug |