suever / pydicom-experimental

pydicom test
0 stars 1 forks source link

Handle missing file meta group length #108

Closed suever closed 9 years ago

suever commented 9 years ago

From darcymason@gmail.com on December 01, 2011 22:22:04

See discussion on pydicom group thread http://groups.google.com/group/pydicom/browse_thread/thread/ee4748d199a4bf54 .

Quick summary: Elekta iView file does not have mandatory group length data element (0002,0000). Would have to check for that case and read until not group 2 any more, then rewind to start of group 8 to continue reading the proper dataset.

At least should add a check of group, element and throw an exception if (0002,0000) is missing.

Original issue: http://code.google.com/p/pydicom/issues/detail?id=108

suever commented 9 years ago

From darcymason@gmail.com on December 08, 2011 19:52:38

This issue was closed by revision 349753235209 .

Status: Fixed