isis-group / isis

The ISIS project aims to provide a framework to access a large variety of image processing libraries written in different programming languages and environments.
GNU General Public License v3.0
18 stars 14 forks source link

stop using the dictionary of dcmtk #38

Open DerOrfa opened 12 years ago

DerOrfa commented 12 years ago

Currently we use the attribute-dictionary of dcmtk to have a flexible mapping from dicom attributes to our properties.

This has some drawbacks:

DerOrfa commented 12 years ago

Since a4acd0aeeffee5c0fdbad589a8dc4241bd408695 the dicom plugin can (and will) override entries from the official dictionary.

But the dictionary is still needed for libdcmtk itself.