Skip to content

Releases: SORMAS-Foundation/SORMAS-DHIS

Adapter-v.2.4.0

23 Dec 22:16
Compare
Choose a tag to compare

Update to work with SORMAS Version > 1.63.1

(If you need to use the adapter with a lesser version, you may need to adjust the Region_ID references which have now been renamed on SORMAS DB schema as reponsibleregion_id.)

Always check the about page of the adapter for more information on the released version.

Release v2.3-1.0

24 Aug 17:35
Compare
Choose a tag to compare

#53
Patch to MySQL DB required if 2.3.0 is not installed before this release:

ALTER TABLE raw_ ADD COLUMN code VARCHAR(25) NULL DEFAULT NULL AFTER name;
ALTER TABLE raw_ ADD COLUMN synced TINYINT(2) NULL DEFAULT '0' AFTER last_edited;

Release v2.3-0.0

12 Aug 08:50
Compare
Choose a tag to compare

Patch to MySQL DB required:

ALTER TABLE raw_ ADD COLUMN code VARCHAR(25) NULL DEFAULT NULL AFTER name;
ALTER TABLE raw_ ADD COLUMN synced TINYINT(2) NULL DEFAULT '0' AFTER last_edited;

Release v2.1-0.3

17 Jun 10:14
39e891f
Compare
Choose a tag to compare
Release v2.1-0.3 Pre-release
Pre-release

This is a beta release of the SORMAS-DHIS2 Adapter. with the Aggregate Module now functional and rebuild.

##Major Fix:
Aggregate Module Completed

Find the installation documentation here:
https://github.com/hzi-braunschweig/SORMAS-DHIS/blob/master/README.md

Release 2-1.0.2

14 Oct 21:07
f63f954
Compare
Choose a tag to compare

HOT-Fix for dhis_url

Release 2-1.0.1

27 Sep 15:57
5e3d34c
Compare
Choose a tag to compare

Optimized Aggregate Push
Improved UI
Now store the variables in sessions
e.t.c

Beta Release 2-1.0.0

18 Aug 10:31
Compare
Choose a tag to compare
Beta Release 2-1.0.0 Pre-release
Pre-release

Early realease of SORMAS-DHIS2 Interoperability Adapter Using HL7 standard.

To Explore the software you need to install the following dependencies;

  1. Tomcat (>=9)
  2. JDK (>=9)
  3. Apache as Reverse proxy (optional)
  4. Create a file at your home directory with the following credentials.

#if you want to use MySQL for the Adapter turn the flag to 1 or 0 to disable
mySSQL = 1

db-host = localhost
db-name = ****
db-user = root
db-password = ****
db-port = ****

pg_db_host = localhost
pg_db_name = ****
pg_db_user = ****
pg_db_password = ****
pg_db_port = ****

  1. Secure the file by changing its permissions to disable external access.
  2. Download the WAR file and place it in the webapps folder inside your Tomcat (you may want to rename your war file.
  3. Access the UI by pointing your browser to http://localhost:8080/