13 #ifndef QmitkDicomLocalStorageWidget_h
14 #define QmitkDicomLocalStorageWidget_h
19 class ctkDICOMDatabase;
20 class ctkDICOMIndexer;
60 void IndexingComplete();
68 void ViewSeries(
const std::vector<std::pair<std::string, std::optional<std::string>>>& series);
74 void OnImport(
const QStringList &files);
77 void OnViewButtonClicked();
78 void OnDeleteButtonClicked();
79 void OnAnySelectionChanged();
82 void showEvent(QShowEvent* event)
override;
84 bool DeletePatients();
89 std::unique_ptr<ctkDICOMIndexer> m_LocalIndexer;
90 Ui::QmitkDicomLocalStorageWidget *m_Ui;