Actions
Bug #745
closeddump2dcm does not support reading private elements any more
Start date:
2017-04-05
Due date:
% Done:
100%
Estimated time:
Module:
dcmdata
Operating System:
Compiler:
Description
It seems that with commit ae4ae81 dump2dcm stop from reading private elements correctly:
E: dump2dcm: test.dump: Error in creating Element: Corrupted data (line 95)
Files
Updated by Michael Onken over 8 years ago
I cannot confirm this (tested with code at commit 3a7bb6b9b35a698de23d1064b36fbc31d074a1a0), do you have an example file?
Updated by Marco Eichelberg over 8 years ago
The error can be reproduced using the attached dump file (on Caesar). Conversion with dump2dcm 3.6.0 works, with 3.6.1_current it fails.
Updated by Marco Eichelberg over 8 years ago
The bug is caused by DcmItem::newDicomElement(). The version of this method previously used (which is now private) takes a DcmTag&, whereas the method used now uses a DcmTagKey& as parameter. This means that the information about the VR to be used is lost in the method call, which causes the problem.
Updated by Marco Eichelberg over 8 years ago
- Status changed from Feedback to Closed
- Assignee set to Marco Eichelberg
- % Done changed from 0 to 100
Closed by commit 73b5f8e.
Actions