Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dcmconf-transformers-1.4.6-05-javadoc.jar | 2018-02-07 | 384.2 kB | |
dcmconf-workflow-1.4.6-05-javadoc.jar | 2018-02-07 | 316.1 kB | |
anonymiser-core-1.4.6-05-javadoc.jar | 2018-02-07 | 801.8 kB | |
Totals: 3 Items | 1.5 MB | 0 |
Patch 05 (12-IV-2017) -------------------- Changes: - Fixed database reconnection bug. - Fixed bug in StudyIDMapper. - Applied changes from trunk (version 1.4.7) for this Java 1.7 compatible version. It is recommended to move to 1.4.7 if you have, or can install, Java 1.8. Patch 04 (20-IX-2016) --------------------- No critical bugs to fix. Changes: - Fixed CLASSPATH for Linux in dcmconfenv.sh to include the bin dir (.) so logback finds the logback.xml configuration file. - Tweaks to logback configuration. Patch 03 (08-IX-2016) -------------------- No critical bugs to fix. Changes: - Modifications to DICOMArchive to facilitate reuse. Patch 02 (02-VIII-2016) ----------------------- No critical bugs to fix. Changes: - Added StorDICOM to the LegacyMapping class mapping. It is mapped to DICOMArchiver. DICOM COnfidential 1.4.6-01 (04-VII-2016) ----------------------------------------- No critical bugs to fix. Just some dependency changes and updates used by internal projects. Changes: - Rolled back logback version to 1.1.6 due to this issue https://github.com/logstash/logstash-logback-encoder/issues/160 in 1.1.7. You can just remove the current logback jar files from libs and substitute them by logback 1.1.6 ones from http://logback.qos.ch/dist/ - Support for writing DICOM tags as a continuous String ggggeeee. - mysql-connector-java version updated to 5.1.39. - Added some debugging messages. DICOM COnfidential 1.4.6 (24-V-2016) ------------------------------------ Changes ------- - Reimplementation of ID mapping transformers. - Database connection pooling changed (uses HikariCP). - Deprecated QR prototype in DICOM package. Previous changes ------------------------- The command line applications do not require anymore a properties file although one can be specified using --properties (use --help for full options). The new default workflow (DefaultWorkflow.xml) uses uk.ac.ed.dcmconf.workflow.operations.DICOMArchiver for storing DICOM, that was already available in previous versions, instead of the now deprecated, but available, DICOMArchiveOperation. The output path for the new class is specified via the property: PathGenerator.pattern that generates a path using constants and DICOM attribute values. So, the former properties used for generating the path have no use with this class, including their setup in the GraphFA GUI applications that has not been updated. ExampleWorkflow.xml contains examples of use of other Operations (including DICOMArchiveOperation). The properties files templates also contain the legacy properties required. There is a new default privacy policy (DefaultPolicy.xml). This policy Overwrites the patient ID and name without any ID mapping. An example of the use of an ID mapping class can be found in the ExamplePolicy.xml file.