Page MenuHomePhabricator

EventHandler of org.dicom.mitk.dicom plugin loads the content of a folder another time
Closed, ResolvedPublic

Description

EventHandler calls GetSeries method of mitkDicomSeriesReader, which iterates over the folder another time.

Event Timeline

[59d0cb]: Merge branch 'bug-13393-avoid-event-handler-to-load-folder-twice'

Merged commits:

2012-10-10 16:45:32 Michael Bauer [4fbe11]
avoided EventHandler to iterate over the dicom folder another time. DicomSeriesReader::GetSeries()
won't be called anymore. Now LoadDicomSeries() is called directly with a list of
all files from the series provided due event properies.


2012-10-10 16:39:15 Michael Bauer [5d032e]
Changed the event properties from QString to QHash