Public Attributes | |
QPointer< QtDcm > | mainWidget |
QString | dicomdir |
QString | outputDir |
Dicomdir absolute file path. More... | |
QDir | currentSerieDir |
Output directory for reconstructed serie absolute path. More... | |
QDir | tempDir |
Directory containing current serie dicom slice. More... | |
DcmFileFormat | dfile |
Qtdcm temporary directory (/tmp/qtdcm on Unix) More... | |
QList< QtDcmPatient > | patients |
This attribute is usefull for parsing the dicomdir. More... | |
QStringList | images |
List that contains patients resulting of a query or read from a CD. More... | |
QStringList | listImages |
List of image filename to export from a CD. More... | |
QMap< int, QString > | mapImages |
List of images uid in the current selected serie. More... | |
QStringList | seriesToImport |
Map of images (corresponding to listImages) with InstanceNumber tags used as keys. More... | |
QString | serieId |
Selected series list in the treview. More... | |
QString | patientName |
Current selected serie UID. More... | |
QString | patientId |
Attribute frepresenting the patient name used to query PACS. More... | |
QString | patientSex |
Attribute representing the patient id used to query PACS. More... | |
QString | patientBirthDate |
Attribute representing the patient sex used to query PACS. More... | |
QString | modality |
Attribute representing the patient birthdate used to query PACS. More... | |
QDate | date1 |
Attibute for the modality of the search (MR, US, CT, etc) More... | |
QDate | date2 |
Attribute for the begin date of the query (usefull for date based queries) More... | |
QString | serieDescription |
Attribute for the end date of the query (usefull for date based queries) More... | |
QString | studyDescription |
Attibute representing the serie description used for query PACS. More... | |
QtDcmManager::eMoveMode | mode |
Attibute representing the study description used for query PACS. More... | |
QString | dcm2nii |
Mode that determine the type of media (MEDIA or PACS) More... | |
QtDcmManager::eOutputdirMode | outputdirMode |
Absolute filename of the dcm2nii program. More... | |
QtDcmServer | currentPacs |
Output directory mode DIALOG or CUSTOM. More... | |
QPointer< QTreeWidget > | patientsTreeWidget |
Current pacs index in the pacs list. More... | |
QPointer< QTreeWidget > | studiesTreeWidget |
The pointer to the patients tree widget. More... | |
QPointer< QTreeWidget > | seriesTreeWidget |
The pointer to the studies tree widget. More... | |
QPointer< QtDcmPreviewWidget > | previewWidget |
The pointer to the series tree widget. More... | |
QPointer< QtDcmImportWidget > | importWidget |
The pointer to the preview widget. More... | |
QPointer< QtDcmSerieInfoWidget > | serieInfoWidget |
The pointer to the import widget. More... | |
bool | useConverter |
The pointer to the serie info widget. More... | |
Definition at line 71 of file QtDcmManager.cpp.
QPointer<QtDcm> QtDcmManagerPrivate::mainWidget |
Definition at line 75 of file QtDcmManager.cpp.
QString QtDcmManagerPrivate::dicomdir |
Definition at line 76 of file QtDcmManager.cpp.
QString QtDcmManagerPrivate::outputDir |
Dicomdir absolute file path.
Definition at line 77 of file QtDcmManager.cpp.
QDir QtDcmManagerPrivate::currentSerieDir |
Output directory for reconstructed serie absolute path.
Definition at line 78 of file QtDcmManager.cpp.
QDir QtDcmManagerPrivate::tempDir |
Directory containing current serie dicom slice.
Definition at line 79 of file QtDcmManager.cpp.
DcmFileFormat QtDcmManagerPrivate::dfile |
Qtdcm temporary directory (/tmp/qtdcm on Unix)
Definition at line 80 of file QtDcmManager.cpp.
QList<QtDcmPatient> QtDcmManagerPrivate::patients |
This attribute is usefull for parsing the dicomdir.
Definition at line 81 of file QtDcmManager.cpp.
QStringList QtDcmManagerPrivate::images |
List that contains patients resulting of a query or read from a CD.
Definition at line 82 of file QtDcmManager.cpp.
QStringList QtDcmManagerPrivate::listImages |
List of image filename to export from a CD.
Definition at line 83 of file QtDcmManager.cpp.
QMap<int, QString> QtDcmManagerPrivate::mapImages |
List of images uid in the current selected serie.
Definition at line 84 of file QtDcmManager.cpp.
QStringList QtDcmManagerPrivate::seriesToImport |
Map of images (corresponding to listImages) with InstanceNumber tags used as keys.
Definition at line 85 of file QtDcmManager.cpp.
QString QtDcmManagerPrivate::serieId |
Selected series list in the treview.
Definition at line 86 of file QtDcmManager.cpp.
QString QtDcmManagerPrivate::patientName |
Current selected serie UID.
Definition at line 87 of file QtDcmManager.cpp.
QString QtDcmManagerPrivate::patientId |
Attribute frepresenting the patient name used to query PACS.
Definition at line 88 of file QtDcmManager.cpp.
QString QtDcmManagerPrivate::patientSex |
Attribute representing the patient id used to query PACS.
Definition at line 89 of file QtDcmManager.cpp.
QString QtDcmManagerPrivate::patientBirthDate |
Attribute representing the patient sex used to query PACS.
Definition at line 90 of file QtDcmManager.cpp.
QString QtDcmManagerPrivate::modality |
Attribute representing the patient birthdate used to query PACS.
Definition at line 91 of file QtDcmManager.cpp.
QDate QtDcmManagerPrivate::date1 |
Attibute for the modality of the search (MR, US, CT, etc)
Definition at line 92 of file QtDcmManager.cpp.
QDate QtDcmManagerPrivate::date2 |
Attribute for the begin date of the query (usefull for date based queries)
Definition at line 93 of file QtDcmManager.cpp.
QString QtDcmManagerPrivate::serieDescription |
Attribute for the end date of the query (usefull for date based queries)
Definition at line 94 of file QtDcmManager.cpp.
QString QtDcmManagerPrivate::studyDescription |
Attibute representing the serie description used for query PACS.
Definition at line 95 of file QtDcmManager.cpp.
QtDcmManager::eMoveMode QtDcmManagerPrivate::mode |
Attibute representing the study description used for query PACS.
Definition at line 96 of file QtDcmManager.cpp.
QString QtDcmManagerPrivate::dcm2nii |
Mode that determine the type of media (MEDIA or PACS)
Definition at line 97 of file QtDcmManager.cpp.
QtDcmManager::eOutputdirMode QtDcmManagerPrivate::outputdirMode |
Absolute filename of the dcm2nii program.
Definition at line 99 of file QtDcmManager.cpp.
QtDcmServer QtDcmManagerPrivate::currentPacs |
Output directory mode DIALOG or CUSTOM.
Definition at line 100 of file QtDcmManager.cpp.
QPointer<QTreeWidget> QtDcmManagerPrivate::patientsTreeWidget |
Current pacs index in the pacs list.
Definition at line 102 of file QtDcmManager.cpp.
QPointer<QTreeWidget> QtDcmManagerPrivate::studiesTreeWidget |
The pointer to the patients tree widget.
Definition at line 103 of file QtDcmManager.cpp.
QPointer<QTreeWidget> QtDcmManagerPrivate::seriesTreeWidget |
The pointer to the studies tree widget.
Definition at line 104 of file QtDcmManager.cpp.
QPointer<QtDcmPreviewWidget> QtDcmManagerPrivate::previewWidget |
The pointer to the series tree widget.
Definition at line 106 of file QtDcmManager.cpp.
QPointer<QtDcmImportWidget> QtDcmManagerPrivate::importWidget |
The pointer to the preview widget.
Definition at line 107 of file QtDcmManager.cpp.
QPointer<QtDcmSerieInfoWidget> QtDcmManagerPrivate::serieInfoWidget |
The pointer to the import widget.
Definition at line 108 of file QtDcmManager.cpp.
bool QtDcmManagerPrivate::useConverter |
The pointer to the serie info widget.
Definition at line 110 of file QtDcmManager.cpp.