Actions
Bug #749
closeddsr2xml.xsd is a bit too restrictive on it's representation of VR=DS
Start date:
2017-04-06
Due date:
% Done:
100%
Estimated time:
Module:
dcmsr
Operating System:
Compiler:
Description
The XML Schema "dsr2xml.xsd" relies on the use of xsd:decimal for defining the DICOM VR "Decimal String" (DS) which restricts:
The following values are invalid: 1 234.456 (spaces are forbidden),
1234.456E+2 (scientific notation—E+2—is forbidden), + 1234.456 (spaces
are forbidden), or +1,234.456 (delimiters between thousands are
forbidden).
However, DICOM allows for using the scientific notation, e.g. "6.1035156E-5".
Also see email from Mathieu Malaterre (received on: 2017-04-05).
Actions