Closed GoogleCodeExporter closed 9 years ago
I am seeing that the numbers are stored as integer strings (IS) and are being
returned as integers via pydicom. The structure list just iterates through a
dictionary of structures, but I know that Python does not guarantee that the
order of the keys returned in a dictionary iteration are sorted.
Therefore, I am committing a patch that will sort the keys (structure numbers),
which should alleviate this issue. I tested with a structure set that I have
that has 30 structures and found no difference, so I assume that the change
should fix this issue.
Original comment by bastula
on 14 Mar 2012 at 6:12
This issue was closed by revision d707a03ac33e.
Original comment by bastula
on 14 Mar 2012 at 6:21
Original issue reported on code.google.com by
chris.le...@gmail.com
on 3 Jan 2012 at 10:17Attachments: