Medical Imaging
DICOM dumper
Quick and dirty dumber for DICOM files with implicit representation
- Header file dicom.h defines two classes
for element reading.
- Implementation is mainly done for value representation and
implicid data representation. dicom.cc can
be skeleton for explicit representation if mode if element::read is
changed.
- Simple file dumper is shown in dcmdump.cc