suyashdb / pydicom

Automatically exported from code.google.com/p/pydicom
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 reported on code.google.com by matthew....@gmail.com on 29 May 2013 at 6:52

GoogleCodeExporter commented 8 years ago
Yes, sure looks that way. No idea where the 'type' came from.
Thanks, I will correct that.

Original comment by darcymason@gmail.com on 30 May 2013 at 3:12

GoogleCodeExporter commented 8 years ago
Fixed in revision 1582bf62a903

Original comment by darcymason@gmail.com on 21 Jul 2013 at 8:03

GoogleCodeExporter commented 8 years ago
Was fixed; changing status to reflect that.

Original comment by darcymason@gmail.com on 2 Nov 2014 at 8:29