This class contains the widget for managing Dicom data. More...
#include <QtDcm.h>
Inherits QWidget, and QtDcmWidget.
Public Types | |
enum | eMode { CD_MODE = 0, PACS_MODE } |
enum | eGender { ALL_GENDER = 0, M_GENDER, F_GENDER } |
enum | eModalities { ALL_MODALITIES = 0, MR_MODALITY, CT_MODALITY, PET_MODALITY } |
Signals | |
void | serieChecked (bool checked) |
void | serieSelected (bool selected) |
Public Member Functions | |
QtDcm (QWidget *parent=0) | |
virtual | ~QtDcm () |
constructor More... | |
QTreeView * | patientsTreeView () |
Get the pointer of the treewidget. More... | |
QTreeView * | studiesTreeView () |
QTreeView * | seriesTreeView () |
void | updatePacsComboBox () |
Updates the PACS list in combo box. More... | |
void | editPreferences () |
Opens the PACS preferences dialog. More... | |
void | openDicomdir () |
Opens the dicomdir selectiondialog. More... | |
Protected Slots | |
void | onPacsSearchButtonClicked () |
void | onCurrentModalityChanged (int index) |
void | onCurrentGenderChanged (int index) |
void | onCurrentPacsChanged (int index) |
void | onStartDateChanged (const QDate &startdate) |
void | onEndDateChanged (const QDate &enddate) |
void | onPatientItemSelected (QTreeWidgetItem *current, QTreeWidgetItem *previous) |
void | onStudyItemSelected (QTreeWidgetItem *current, QTreeWidgetItem *previous) |
void | onSerieItemSelected (QTreeWidgetItem *current, QTreeWidgetItem *previous) |
void | onSerieItemClicked (QTreeWidgetItem *current, int index) |
void | onDicomMediaButtonClicked () |
void | onPatientNameTextChanged (const QString &pName) |
void | onSerieDescriptionTextChanged (const QString &description) |
void | onStudyDescriptionTextChanged (const QString &description) |
Protected Member Functions | |
void | loadPatientsFromDicomdir () |
void | queryPACS () |
void | clearDisplay () |
void | initConnections () |
This class contains the widget for managing Dicom data.
It is possible to read and display in a QTreeWidget the content of a DICOMDIR. It is also possible to query and retrieve data from a PACS. Once read/retrieve, each serie can be reconstructed, using the QtDcmManager.
enum QtDcm::eMode |
enum QtDcm::eGender |
enum QtDcm::eModalities |
|
inline |
void QtDcm::updatePacsComboBox | ( | ) |
void QtDcm::editPreferences | ( | ) |
void QtDcm::openDicomdir | ( | ) |
|
signal |
|
signal |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |