Computer Assisted Medical Intervention Tool Kit version 6.0
 
Loading...
Searching...
No Matches
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.
 
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 ( )

◆ getAcquisitionTime()

QTime DicomDialogEntry::getAcquisitionTime ( ) const

◆ getPatientName()

QString DicomDialogEntry::getPatientName ( )

◆ getSeriesDescription()

QString DicomDialogEntry::getSeriesDescription ( )

◆ getSeriesName()

QString DicomDialogEntry::getSeriesName ( )

◆ getStudyName()

QString DicomDialogEntry::getStudyName ( )

◆ 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: