Actions
Feature #988
closedMake output of dcm2json BSON compatible
Start date:
2021-05-03
Due date:
% Done:
100%
Estimated time:
2:00 h
Module:
dcmdata
Operating System:
Compiler:
Description
Mathieu Malaterre writes: The output of dcm2json cannot be fed to a BSON pipeline. BSON is more rich on data types (is binary just like DICOM), so I cannot pass the "Value" field of an IS or DS element without first checking if this is properly encoded as string.
Would you then consider the following new behavior(s):
Would you then consider the following new behavior(s):
- a new cmd line option to quote is/ds always: --always-quote-is-ds (I have no intention ever to use that one...)
- new behavior: return EXIT_FAILURE upon first failure of checkStringValue (I may use this one...)
Actions