suever / pydicom-experimental

pydicom test
0 stars 1 forks source link

Explicitly identify ambiguous VRs like OW/OB #20

Open suever opened 9 years ago

suever commented 9 years ago

From darcymason@gmail.com on October 11, 2008 21:44:23

Some dictionary items are OW/OB, 'US or SS' etc. See if can resolve which was actually used and read with appropriate byte swapping if required.

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

suever commented 9 years ago

From darcymason@gmail.com on December 25, 2008 20:44:25

Labels: Milestone-Release1.5

suever commented 9 years ago

From darcymason@gmail.com on June 11, 2009 20:27:43

Set difficulty. Chose 'Hard' based on fact that determining whether is OB or OW may require knowing values of other data elements, which can be tricky. Perhaps it can be done like for private tags, where Private Creator was checked when the data element was added to the dataset (setitem in that case).

Owner: ---
Labels: Difficulty-Hard