Releases: SORMAS-Foundation/SORMAS-DHIS
Adapter-v.2.4.0
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
#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
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
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
HOT-Fix for dhis_url
Release 2-1.0.1
Optimized Aggregate Push
Improved UI
Now store the variables in sessions
e.t.c
Beta Release 2-1.0.0
Early realease of SORMAS-DHIS2 Interoperability Adapter Using HL7 standard.
To Explore the software you need to install the following dependencies;
- Tomcat (>=9)
- JDK (>=9)
- Apache as Reverse proxy (optional)
- 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 = ****
- Secure the file by changing its permissions to disable external access.
- Download the WAR file and place it in the webapps folder inside your Tomcat (you may want to rename your war file.
- Access the UI by pointing your browser to http://localhost:8080/