Page MenuHomePhabricator

Dicom import fails to load autism datasets
Closed, ResolvedPublic

Description

When trying to load data from the autism collective, in some cases, the dicom import fails with the message 'series is composed of 7 different volumes with 500 slices.
The dicom importer need to be taught how to handle this. One would expect 10 different replications of 7 volumes.

Event Timeline

Problem seems to be the determination of the number of series. This should be done according to the Series Instance UID tab(0x0020,0x000e) and not the Study Instance UID(0x0020,0x000d)

[e3cb25]: Merge branch 'bug-11031-dicomAutism'

Merged commits:

2012-02-22 15:36:35 Thomas Van Bruggen [cb6c5f]
clean up code


2012-02-22 15:35:07 Thomas Van Bruggen [bfa772]
sort by series instance uid instead of study instance id