Import 2017-06-07 23:51:09: master 0e16d8aa

Author Committer Branch Timestamp Parent
jcfr jcfr master 2014-05-27 17:44:40 master e2c078da
Changeset

ENH: Sank addSeriesInSubjectHierarchy function down to abstract DICOMPlugin

The addSeriesInSubjectHierarchy function (which was in DICOMScalarVolumePlugin so far) adds
the loaded node to subject hierarchy to the proper patient (subject) and study according to
the DICOM tags from the first file referenced in the associated loadable. This function is
now accessible from all the DICOM plugins. It needs to be called after the loaded object is
created in the load() function. Now it is called by DICOMDiffusionVolumePlugin too.

From: Csaba Pinter <csaba.pinter@queensu.ca>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23238 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Modules/Scripted/DICOM/DICOMLib/DICOMPlugin.py Diff File
mod - Modules/Scripted/DICOMPlugins/DICOMDiffusionVolumePlugin.py Diff File
mod - Modules/Scripted/DICOMPlugins/DICOMScalarVolumePlugin.py Diff File