Project

General

Profile

Actions

Feature #988

closed

Make output of dcm2json BSON compatible

Added by Marco Eichelberg over 4 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
-
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):
  1. a new cmd line option to quote is/ds always: --always-quote-is-ds (I have no intention ever to use that one...)
  2. new behavior: return EXIT_FAILURE upon first failure of checkStringValue (I may use this one...)
Actions

Also available in: Atom PDF