forked from IMS-MAXIMS/openMAXIMS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
27 lines (14 loc) · 1.67 KB
/
Copy pathREADME.txt
File metadata and controls
27 lines (14 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
openMAXIMS source code project is located in the 'Source Library' folder
-----------------------------------------------------------------------------------------------------------------------------------
1st August 2014 - Updated Release
The openMAXIMS database creation scripts have been uploaded, together with scripts for the creation of the initial reference data.
Instructions have been included.
-----------------------------------------------------------------------------------------------------------------------------------
20th June 2014 - Updated Release
The compressed (zip) version has been removed as GitHub provides for a 'zipped' download
There were a number of issues with the XML scripts used by Ant and so the build did not proceed smoothly, these issues have been resolved and the scripts revised,. The updated 'WebAppBuild.XML' and 'build_common.XML' files are in the 'openmaxims_workspace/WebApp' folder.
There was also one bug identifed in a .java source file (openmaxims_workspace\Clinical\src\ims\clinical\forms\summaryclinicalinformation\Logic.java) where a method not supported in Java version 1.5 was used. This has been fixed and thanks to 'jonnyry' for finding this and providing the fix.
The issue around the 'CAREUK' module has been resolved, this module is now called RefMan (Referral Management) and is included in this updated release.
The README information in the 'Source Library' folder has been updated with some additional details that downloaders should be aware of before building the project.
---------------------------------------------------------------------------------------------------------------------------------
11th June 2014 - Initial Upload