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
Actions