Deploys nightly Demo and publishes nightly to sourceforge

Commits

Comparison is available only for releases created from the same branch as this release.

This release
Author Commit Message Commit date
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 5df37541c25826acc622556f298a3fa6cbe8f8e4 maven(deps): bump org.apache.maven.plugins:maven-javadoc-plugin (#4768)
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> d4d27eea980a0eb86fd88c41cd3a45805fbe5cf2 maven(deps-dev): bump org.testcontainers:postgresql (#4767)
Bumps [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) from 1.20.1 to 1.20.2.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.20.1...1.20.2)

---
updated-dependencies:
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> d22950b7d3a734f5dad657c6675d19196868b205 maven(deps-dev): bump org.testcontainers:mysql from 1.20.1 to 1.20.2 (#4766)
Bumps [org.testcontainers:mysql](https://github.com/testcontainers/testcontainers-java) from 1.20.1 to 1.20.2.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.20.1...1.20.2)

---
updated-dependencies:
- dependency-name: org.testcontainers:mysql
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Isaiah Muli <48686606+dicksonmulli@users.noreply.github.com> Isaiah Muli <48686606+dicksonmulli@users.noreply.github.com> 7ef9c75f135897d33ba7f22e4e099aadea65f94f TRUNK-6245: concept reference ranges (#4687)
* TRUNK-6245 Age sensitive concept ranges

* Changelog file update

* Reverting unnecessary liqubase changes

* Adding unit tests

* Change on the method documentation

* Adding hbm file for ConceptReferenceRange

* Update on license

* Fixing failing tests

* Updating evaluation criteria

* Saving Obs Reference Range

* Removing unused imports

* Removing editable attributes from ObsReferenceRange

* Resolving comments in PR

* Small update

* Solved validation issues

* Update

* Some updates

* Update from comments in PR

* Adding a relationship between conceptNumeric and conceptReferenceRange

* Implementing voidable and creatable interfaces

* Some changes from PR

* Fixes

* Setting reference range in Obs

* Code clean up

* Fixing db check

* Fix change set count

* Moving get age logic to Person class

* Adding tests to get age methods

* Code clean up

* Fixing obs_reference_range not saved

* Small change

* Fixing one test

* Using exiting sorting mechanism

* Using exiting sorting mechanism

* Final changes

* Adding comments in liquibase changelogs

* Method to check if numeric value is in range

* Improvements

* Small change

* Setting Obs reference range from concept concept

* Fixing failing tests

* Refactor

* Updating the order of validation of reference ranges

* Small change

* Fixed a bug - latest obs should be fetched by conceptRef and patient

* CHanging time of the day method

* Criteria evaluation using current obs

* Setting interpretation

* Removing since from private methods

* Removing static in obs validator

* Small change

* Adding concept messages for UI

* Setting the right interpretation - feedback from Burke

* Setting the right interpretation - feedback from Burke

* Adding a helper method

* Code refactor and updating concept hbm

* Added a helper method to remove reference range

* Using Base object in reference range class

* Adding uuid to obs reference range

* order reference ranges

* API method for fetching reference ranges

* Improving docs