Computer Assisted Medical Intervention Tool Kit  version 5.2
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)
 

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 ( )

Referenced by DicomDialog::DicomDialog().

+ Here is the caller graph for this function:

◆ getAcquisitionTime()

QTime DicomDialogEntry::getAcquisitionTime ( ) const

Referenced by DicomDialog::DicomDialog().

+ Here is the caller graph for this function:

◆ getPatientName()

QString DicomDialogEntry::getPatientName ( )

Referenced by DicomDialog::DicomDialog().

+ Here is the caller graph for this function:

◆ getSeriesDescription()

QString DicomDialogEntry::getSeriesDescription ( )

Referenced by DicomDialog::DicomDialog().

+ Here is the caller graph for this function:

◆ getSeriesName()

QString DicomDialogEntry::getSeriesName ( )

Referenced by DicomDialog::DicomDialog(), and DicomComponentExtension::open().

+ Here is the caller graph for this function:

◆ getStudyName()

QString DicomDialogEntry::getStudyName ( )

Referenced by DicomDialog::DicomDialog(), and DicomComponentExtension::open().

+ Here is the caller graph for this function:

◆ isSelected()

bool DicomDialogEntry::isSelected ( )

◆ setAcquisitionDate()

void DicomDialogEntry::setAcquisitionDate ( QDate  date)

Referenced by DicomComponentExtension::open().

+ Here is the caller graph for this function:

◆ setAcquisitionTime()

void DicomDialogEntry::setAcquisitionTime ( QTime  time)

Referenced by DicomComponentExtension::open().

+ Here is the caller graph for this function:

◆ setPatientName()

void DicomDialogEntry::setPatientName ( QString  name)

Referenced by DicomComponentExtension::open().

+ Here is the caller graph for this function:

◆ setSelected()

void DicomDialogEntry::setSelected ( bool  value)

Referenced by DicomComponentExtension::open().

+ Here is the caller graph for this function:

◆ setSeriesDescription()

void DicomDialogEntry::setSeriesDescription ( QString  name)

Referenced by DicomComponentExtension::open().

+ Here is the caller graph for this function:

◆ setSeriesName()

void DicomDialogEntry::setSeriesName ( QString  name)

Referenced by DicomComponentExtension::open().

+ Here is the caller graph for this function:

◆ setStudyName()

void DicomDialogEntry::setStudyName ( QString  name)

Referenced by DicomComponentExtension::open().

+ Here is the caller graph for this function:

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