Download Latest Version dcmconf-1.4.6-05.jar (22.1 MB)
Email in envelope

Get an email when there's a new version of DICOM Confidential

Home / 1.4.5 / javadoc
Name Modified Size InfoDownloads / Week
Parent folder
dcmconf-transformers-1.4.5-04-javadoc.jar 2016-06-20 334.4 kB
anonymiser-core-1.4.5-03-javadoc.jar 2016-03-04 797.0 kB
basic-anonymiser-1.4.5-03-javadoc.jar 2016-03-04 133.0 kB
dcmconf-catalogue-1.4.5-03-javadoc.jar 2016-03-04 89.3 kB
dcmconf-filetransfer-1.4.5-03-javadoc.jar 2016-03-04 67.4 kB
dcmconf-transformers-1.4.5-03-javadoc.jar 2016-03-04 334.3 kB
dcmconf-workflow-1.4.5-03-javadoc.jar 2016-03-04 310.9 kB
DICOM-Dictionary-1.4.5-03-javadoc.jar 2016-03-04 186.7 kB
pixelmed-adaptor-1.4.5-03-javadoc.jar 2016-03-04 114.6 kB
Totals: 9 Items   2.4 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.
Source: Readme-1.4.5.txt, updated 2016-06-20