Actions
Feature #933
closedxml2dcm is missing the typical error handling options
Start date:
2020-05-19
Due date:
% Done:
100%
Estimated time:
3:00 h
Module:
dcmdata
Operating System:
Compiler:
Description
xml2dcm currently always ignores errors in the XML input file and tries to create the DICOM output file anyway. Similar to dump2dcm, xml2dcm should offer the following options:
error handling: -E --stop-on-error do not write if dump is damaged (default) +E --ignore-errors attempt to write even if dump is damaged
Updated by Jörg Riesmeier over 4 years ago
- Status changed from New to Closed
- Target version set to 3.6.7
- % Done changed from 0 to 100
- Estimated time set to 3:00 h
Closed with commit d18d97742.
Actions