This class represents a line in the Dialog box of the DICOM series the user is prompted to open. More...
#include <DicomDialogEntry.h>
Collaboration diagram for DicomDialogEntry: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) |
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 | seriesDescription |
| Description of this SERIES. More... | |
| QString | seriesName |
| 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 | ( | ) |
|
virtualdefault |
Default Destructor.
| QDate DicomDialogEntry::getAcquisitionDate | ( | ) |
References acquisitionDate.
| QTime DicomDialogEntry::getAcquisitionTime | ( | ) | const |
References acquisitionTime.
| QString DicomDialogEntry::getPatientName | ( | ) |
References patientName.
| QString DicomDialogEntry::getSeriesDescription | ( | ) |
References seriesDescription.
| QString DicomDialogEntry::getSeriesName | ( | ) |
References seriesName.
Referenced by DicomComponentExtension::open().
Here is the caller graph for this function:| QString DicomDialogEntry::getStudyName | ( | ) |
References studyName.
Referenced by DicomComponentExtension::open().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| void DicomDialogEntry::setAcquisitionTime | ( | QTime | time | ) |
References acquisitionTime.
Referenced by DicomComponentExtension::open().
Here is the caller graph for this function:| void DicomDialogEntry::setPatientName | ( | QString | name | ) |
References patientName.
Referenced by DicomComponentExtension::open().
Here is the caller graph for this function:| void DicomDialogEntry::setSelected | ( | bool | value | ) |
References selected.
Referenced by DicomComponentExtension::open().
Here is the caller graph for this function:| void DicomDialogEntry::setSeriesDescription | ( | QString | name | ) |
References seriesDescription.
Referenced by DicomComponentExtension::open().
Here is the caller graph for this function:| void DicomDialogEntry::setSeriesName | ( | QString | name | ) |
References seriesName.
Referenced by DicomComponentExtension::open().
Here is the caller graph for this function:| void DicomDialogEntry::setStudyName | ( | QString | name | ) |
References studyName.
Referenced by DicomComponentExtension::open().
Here is the caller graph for this function:
|
private |
Acquisition date of the SERIES.
Referenced by getAcquisitionDate(), and setAcquisitionDate().
|
private |
Acquisition time of the SERIES.
Referenced by getAcquisitionTime(), and setAcquisitionTime().
|
private |
Name of the patient.
Referenced by getPatientName(), and setPatientName().
|
private |
Is this SERIES selected for opening?
Referenced by isSelected(), and setSelected().
|
private |
Description of this SERIES.
Referenced by getSeriesDescription(), and setSeriesDescription().
|
private |
Name of this SERIES.
Referenced by getSeriesName(), and setSeriesName().
|
private |
Name of the STUDY this SERIES belongs to.
Referenced by getStudyName(), and setStudyName().