-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EA-182 - Update minimum OpenMRS version to 2.2.1 and consolidate lega…
…cy code * Increase OpenMRS version requirement to 2.2.1 (minimum required by code in web-2.2) * Update reporting module dependencies to reflect increased OpenMRS platform dependency * Removed api-1.10 which was only loaded used for 1.10 * Removed api-1.11 which was only loaded used for 1.11 * Removed api-pre2.2, which was only loaded for versions < 2.2.0 * Removed fhir-condition, which was only loaded for versions 2.0-2.1 * Moved / consolidated code from api-1.12 and api-2.2 into api * Moved / consolidated code from web-2.2 into omod * Consolidated different versions of EmrOrderService, ObservationMapper, ObsBuilder, DrugMapper, OrderMapper that were only needed to support Order API differences between 1.9 and 2.2 * Update REST supported versions * Removed provider name tests that are not supported in OpenMRS 2.2+ * Fix failing unit tests and upgraded for compatibility with 2.2+ * Removed/conslidated EmrVisitService in favor of DiagnosisService as all methods are diagnosis related * Ignore out unit test that fails due to multi-threading and configuration * Remove custom CareSettingType in favor of the core version
- Loading branch information
Showing
149 changed files
with
1,760 additions
and
9,249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
api-1.10/src/main/java/org/openmrs/module/emrapi/encounter/EmrOrderServiceImpl_1_10.java
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
...10/src/main/java/org/openmrs/module/emrapi/encounter/mapper/DosingInstructionsMapper.java
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
api-1.10/src/main/java/org/openmrs/module/emrapi/encounter/mapper/DrugMapper1_10.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.