Project

General

Profile

Actions

Bug #749

closed

dsr2xml.xsd is a bit too restrictive on it's representation of VR=DS

Added by Jörg Riesmeier over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Category:
Support Files
Target version:
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

Also available in: Atom PDF