This class represents a line in the Dialog box of the DICOM series the user is prompted to open. More...
#include <DicomDialogEntry.h>
Public Member Functions | |
DicomDialogEntry () | |
virtual | ~DicomDialogEntry ()=default |
Default Destructor. More... | |
Getters | |
bool | isSelected () |
QDate | getAcquisitionDate () |
QTime | getAcquisitionTime () const |
QString | getStudyName () |
QString | getSeriesName () |
QString | getSeriesDescription () |
QString | getPatientName () |
Setters | |
void | setSelected (bool value) |
void | setAcquisitionDate (QDate date) |
void | setAcquisitionTime (QTime time) |
void | setStudyName (QString name) |
void | setSeriesDescription (QString name) |
void | setSeriesName (QString name) |
void | setPatientName (QString name) |
This class represents a line in the Dialog box of the DICOM series the user is prompted to open.
DicomDialogEntry::DicomDialogEntry | ( | ) |
|
virtualdefault |
Default Destructor.
QDate DicomDialogEntry::getAcquisitionDate | ( | ) |
QTime DicomDialogEntry::getAcquisitionTime | ( | ) | const |
QString DicomDialogEntry::getPatientName | ( | ) |
QString DicomDialogEntry::getSeriesDescription | ( | ) |
QString DicomDialogEntry::getSeriesName | ( | ) |
Referenced by DicomDialog::DicomDialog(), and DicomComponentExtension::open().
QString DicomDialogEntry::getStudyName | ( | ) |
Referenced by DicomDialog::DicomDialog(), and DicomComponentExtension::open().
bool DicomDialogEntry::isSelected | ( | ) |
void DicomDialogEntry::setAcquisitionDate | ( | QDate | date | ) |
void DicomDialogEntry::setAcquisitionTime | ( | QTime | time | ) |
void DicomDialogEntry::setPatientName | ( | QString | name | ) |
void DicomDialogEntry::setSelected | ( | bool | value | ) |
void DicomDialogEntry::setSeriesDescription | ( | QString | name | ) |
void DicomDialogEntry::setSeriesName | ( | QString | name | ) |
void DicomDialogEntry::setStudyName | ( | QString | name | ) |