Wrapper widget for a ctkDICOMTableManager and a few extra buttons for importing DICOM data from the hard drive.
More...
#include <QmitkDicomImportWidget.h>
|
| void | Import (const QStringList &files) |
| | Emitted when a request is made to import DICOM data into local storage. More...
|
| |
| void | ViewSeries (const std::vector< std::pair< std::string, std::optional< std::string >>> &series) |
| | Emitted when the View button is clicked. More...
|
| |
Wrapper widget for a ctkDICOMTableManager and a few extra buttons for importing DICOM data from the hard drive.
Definition at line 36 of file QmitkDicomImportWidget.h.
◆ QmitkDicomImportWidget()
| QmitkDicomImportWidget::QmitkDicomImportWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ ~QmitkDicomImportWidget()
| QmitkDicomImportWidget::~QmitkDicomImportWidget |
( |
| ) |
|
|
override |
◆ Import
| void QmitkDicomImportWidget::Import |
( |
const QStringList & |
files | ) |
|
|
signal |
Emitted when a request is made to import DICOM data into local storage.
- Parameters
-
| files | The list of files associated with the current selection. |
◆ ViewSeries
| void QmitkDicomImportWidget::ViewSeries |
( |
const std::vector< std::pair< std::string, std::optional< std::string >>> & |
series | ) |
|
|
signal |
Emitted when the View button is clicked.
- Parameters
-
| series | A vector of pairs containing the first file of each series and optionally its modality (DICOM tag (0008,0060)). |
The documentation for this class was generated from the following file: