suever / pydicom-experimental

pydicom test
0 stars 1 forks source link

VM field labeled as 'type' in private data dict #128

Closed suever closed 9 years ago

suever commented 9 years ago

From matthew....@gmail.com on May 29, 2013 14:52:32

I think I'm right in thinking that these lines at the top of dicom/_private_data_dict.py:

# The outer dictionary key is the Private Creator name ("owner"),
# the inner dictionary is a map of DICOM tag to
# (VR, type, name, is_retired)

should end with:

# (VR, VM, name, is_retired)

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

suever commented 9 years ago

From darcymason@gmail.com on May 29, 2013 20:12:19

Yes, sure looks that way. No idea where the 'type' came from. Thanks, I will correct that.

Status: Accepted
Owner: darcymason@gmail.com

suever commented 9 years ago

From darcymason@gmail.com on July 21, 2013 13:03:11

Fixed in revision 1582bf62a903

suever commented 9 years ago

From darcymason@gmail.com on November 02, 2014 12:29:06

Was fixed; changing status to reflect that.

Status: Fixed