Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dcmconf-transformers-1.4.5-04.jar | 2016-06-20 | 95.0 kB | |
dmcconf-installer-1.4.5-02.jar | 2015-11-17 | 28.7 MB | |
dcmconf-transformers-1.4.5-02.jar | 2015-11-17 | 80.4 kB | |
basic-anonymiser-1.4.5.jar | 2015-10-15 | 68.1 kB | |
Totals: 4 Items | 28.9 MB | 0 |
Patch 04 (20-VI-2016) -------------------- - (dcmconf-transfomers.jar) Added check for null or empty attribute value in ObjectUIDsChanger class. Patch 01 (15-X-2015) ----------------- - (basic-anonymiser.jar) Fixed problem with command line options in the receiver and FolderWatcher applications. Dicom Confidential 1.4.5. ------------------------- The command line applications do not use anymore a properties file by default although one can be passed 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. Changes ------- - Java 1.7 required. - Classes in simple-transformers.jar and dcmconf-mapper.jar refactored and consolidated in dcmconf-transformers. - Logging system changed from JUL to SLF4J with logback-classic as default implementation. - Changed command line parsing to JCommander. The executable scripts (or batch files) do not use by default a properties file in ../etc. Use --help to get command information. - Quarantine per date and differentiated between Exceptions and Rejected or Filtered objects. - New default workflow and policy files. They are used if none is specified in the command line or in properties. - Support for parametrised Privacy Policies in the command line.