Computer Assited Medical Intervention Tool Kit  version 5.0
DicomDialogEntry Class Reference

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...
 

Detailed Description

This class represents a line in the Dialog box of the DICOM series the user is prompted to open.

Note
This class is part of the view (MVP design pattern) of the DICOM COMPONENT

Constructor & Destructor Documentation

◆ DicomDialogEntry()

DicomDialogEntry::DicomDialogEntry ( )

◆ ~DicomDialogEntry()

virtual DicomDialogEntry::~DicomDialogEntry ( )
virtualdefault

Default Destructor.

Member Function Documentation

◆ getAcquisitionDate()

QDate DicomDialogEntry::getAcquisitionDate ( )

References acquisitionDate.

◆ getAcquisitionTime()

QTime DicomDialogEntry::getAcquisitionTime ( ) const

References acquisitionTime.

◆ getPatientName()

QString DicomDialogEntry::getPatientName ( )

References patientName.

◆ getSeriesDescription()

QString DicomDialogEntry::getSeriesDescription ( )

References seriesDescription.

◆ getSeriesName()

QString DicomDialogEntry::getSeriesName ( )

References seriesName.

Referenced by DicomComponentExtension::open().

+ Here is the caller graph for this function:

◆ getStudyName()

QString DicomDialogEntry::getStudyName ( )

References studyName.

Referenced by DicomComponentExtension::open().

+ Here is the caller graph for this function:

◆ isSelected()

bool DicomDialogEntry::isSelected ( )

References selected.

◆ numberOfItems()

static int DicomDialogEntry::numberOfItems ( )
inlinestatic

Get the number of item to display for the corresponding DicomTableWidgetItem class This is used to set number of Column in the Dialog.

◆ setAcquisitionDate()

void DicomDialogEntry::setAcquisitionDate ( QDate  date)

References acquisitionDate.

Referenced by DicomComponentExtension::open().

+ Here is the caller graph for this function:

◆ setAcquisitionTime()

void DicomDialogEntry::setAcquisitionTime ( QTime  time)

References acquisitionTime.

Referenced by DicomComponentExtension::open().

+ Here is the caller graph for this function:

◆ setPatientName()

void DicomDialogEntry::setPatientName ( QString  name)

References patientName.

Referenced by DicomComponentExtension::open().

+ Here is the caller graph for this function:

◆ setSelected()

void DicomDialogEntry::setSelected ( bool  value)

References selected.

Referenced by DicomComponentExtension::open().

+ Here is the caller graph for this function:

◆ setSeriesDescription()

void DicomDialogEntry::setSeriesDescription ( QString  name)

References seriesDescription.

Referenced by DicomComponentExtension::open().

+ Here is the caller graph for this function:

◆ setSeriesName()

void DicomDialogEntry::setSeriesName ( QString  name)

References seriesName.

Referenced by DicomComponentExtension::open().

+ Here is the caller graph for this function:

◆ setStudyName()

void DicomDialogEntry::setStudyName ( QString  name)

References studyName.

Referenced by DicomComponentExtension::open().

+ Here is the caller graph for this function:

Member Data Documentation

◆ acquisitionDate

QDate DicomDialogEntry::acquisitionDate
private

Acquisition date of the SERIES.

Referenced by getAcquisitionDate(), and setAcquisitionDate().

◆ acquisitionTime

QTime DicomDialogEntry::acquisitionTime
private

Acquisition time of the SERIES.

Referenced by getAcquisitionTime(), and setAcquisitionTime().

◆ patientName

QString DicomDialogEntry::patientName
private

Name of the patient.

Referenced by getPatientName(), and setPatientName().

◆ selected

bool DicomDialogEntry::selected
private

Is this SERIES selected for opening?

Referenced by isSelected(), and setSelected().

◆ seriesDescription

QString DicomDialogEntry::seriesDescription
private

Description of this SERIES.

Referenced by getSeriesDescription(), and setSeriesDescription().

◆ seriesName

QString DicomDialogEntry::seriesName
private

Name of this SERIES.

Referenced by getSeriesName(), and setSeriesName().

◆ studyName

QString DicomDialogEntry::studyName
private

Name of the STUDY this SERIES belongs to.

Referenced by getStudyName(), and setStudyName().


The documentation for this class was generated from the following files: