Import 2017-06-07 23:51:09: master 9473e0e9

Author Committer Branch Timestamp Parent
pinter pinter master 2017-03-29 11:34:13 master b1e0144f
Changeset

ENH: Importing exported DICOM back to database is made optional

When DICOM data was exported, the written files were imported back to the database every time. It is a lengthy operation, and as it is not needed in every case, it needed to be made optional. A checkbox has been added to the export dialog, the state of which is stored in application settings to keep the option across sessions. It is off by default to make exporting fast.

Also, fixes were made in the export of the whole scene.

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

mod - Modules/Loadable/Segmentations/SubjectHierarchyPlugins/qSlicerSubjectHierarchySegmentsPlugin.cxx Diff File
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyPluginLogic.cxx Diff File
mod - Modules/Loadable/SubjectHierarchy/qSlicerSubjectHierarchyModuleWidget.cxx Diff File
mod - Modules/Scripted/DICOMLib/DICOMExportScene.py Diff File
mod - Modules/Scripted/DICOMLib/Widgets/Resources/UI/qSlicerDICOMExportDialog.ui Diff File
mod - Modules/Scripted/DICOMLib/Widgets/qSlicerDICOMExportDialog.cxx Diff File
mod - Modules/Scripted/DICOMLib/Widgets/qSlicerDICOMExportDialog.h Diff File
mod - Modules/Scripted/DICOMLib/Widgets/qSlicerDICOMTagEditorWidget.cxx Diff File
mod - Modules/Scripted/DICOMLib/Widgets/qSlicerDICOMTagEditorWidget.h Diff File