Computer Assited Medical Intervention Tool Kit
version 4.1
|
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 | getSerieName () |
QString | getSerieDescription () |
QString | getPatientName () |
Setters | |
void | setSelected (bool value) |
void | setAcquisitionDate (QDate date) |
void | setAcquisitionTime (QTime time) |
void | setStudyName (QString name) |
void | setSerieDescription (QString name) |
void | setSerieName (QString name) |
void | setPatientName (QString name) |
Static Public Member Functions | |
static int | numberOfItems () |
Get the number of item to display for the corresponding DicomTableWidgetItem class This is used to set number of Column in the Dialog. More... | |
Private Attributes | |
QDate | acquisitionDate |
Acquisition date of the SERIES. More... | |
QTime | acquisitionTime |
Acquisition time of the SERIES. More... | |
QString | patientName |
Name of the patient. More... | |
bool | selected |
Is this SERIES selected for opening? More... | |
QString | serieDescription |
Description of this SERIES. More... | |
QString | serieName |
Name of this SERIES. More... | |
QString | studyName |
Name of the STUDY this SERIES belongs to. More... | |
This class represents a line in the Dialog box of the DICOM series the user is prompted to open.
DicomDialogEntry::DicomDialogEntry | ( | ) |
References acquisitionDate, patientName, serieName, and studyName.
|
virtualdefault |
Default Destructor.
QDate DicomDialogEntry::getAcquisitionDate | ( | ) |
References acquisitionDate.
Referenced by DicomDialog::DicomDialog().
QTime DicomDialogEntry::getAcquisitionTime | ( | ) | const |
References acquisitionTime.
Referenced by DicomDialog::DicomDialog().
QString DicomDialogEntry::getPatientName | ( | ) |
References patientName.
Referenced by DicomDialog::DicomDialog().
QString DicomDialogEntry::getSerieDescription | ( | ) |
References serieDescription.
Referenced by DicomDialog::DicomDialog().
QString DicomDialogEntry::getSerieName | ( | ) |
References serieName.
Referenced by DicomDialog::DicomDialog(), and DicomComponentExtension::open().
QString DicomDialogEntry::getStudyName | ( | ) |
References studyName.
Referenced by DicomDialog::DicomDialog(), and DicomComponentExtension::open().
bool DicomDialogEntry::isSelected | ( | ) |
References selected.
|
inlinestatic |
Get the number of item to display for the corresponding DicomTableWidgetItem class This is used to set number of Column in the Dialog.
void DicomDialogEntry::setAcquisitionDate | ( | QDate | date | ) |
References acquisitionDate.
Referenced by DicomComponentExtension::open().
void DicomDialogEntry::setAcquisitionTime | ( | QTime | time | ) |
References acquisitionTime.
Referenced by DicomComponentExtension::open().
void DicomDialogEntry::setPatientName | ( | QString | name | ) |
References patientName.
Referenced by DicomComponentExtension::open().
void DicomDialogEntry::setSelected | ( | bool | value | ) |
References selected.
Referenced by DicomComponentExtension::open().
void DicomDialogEntry::setSerieDescription | ( | QString | name | ) |
References serieDescription.
Referenced by DicomComponentExtension::open().
void DicomDialogEntry::setSerieName | ( | QString | name | ) |
References serieName.
Referenced by DicomComponentExtension::open().
void DicomDialogEntry::setStudyName | ( | QString | name | ) |
References studyName.
Referenced by DicomComponentExtension::open().
|
private |
Acquisition date of the SERIES.
Referenced by DicomDialogEntry(), getAcquisitionDate(), and setAcquisitionDate().
|
private |
Acquisition time of the SERIES.
Referenced by getAcquisitionTime(), and setAcquisitionTime().
|
private |
Name of the patient.
Referenced by DicomDialogEntry(), getPatientName(), and setPatientName().
|
private |
Is this SERIES selected for opening?
Referenced by isSelected(), and setSelected().
|
private |
Description of this SERIES.
Referenced by getSerieDescription(), and setSerieDescription().
|
private |
Name of this SERIES.
Referenced by DicomDialogEntry(), getSerieName(), and setSerieName().
|
private |
Name of the STUDY this SERIES belongs to.
Referenced by DicomDialogEntry(), getStudyName(), and setStudyName().