Computer Assisted Medical Intervention Tool Kit  version 5.2
DicomDialog Class Reference

Dialog class to select the DICOM series to open, using a GUI. More...

#include <DicomDialog.h>

+ Inheritance diagram for DicomDialog:
+ Collaboration diagram for DicomDialog:

Public Member Functions

 DicomDialog (QList< DicomDialogEntry * >)
 Default Constructor. More...
 
QList< DicomDialogEntry * > getSelectedDicomDialogEntries ()
 Get the list of DicomDialogEntry selected for opening. More...
 
 ~DicomDialog () override=default
 Destructor. More...
 

Detailed Description

Dialog class to select the DICOM series to open, using a GUI.

Constructor & Destructor Documentation

◆ DicomDialog()

DicomDialog::DicomDialog ( QList< DicomDialogEntry * >  elements)

Default Constructor.

References DicomDialogEntry::getAcquisitionDate(), DicomDialogEntry::getAcquisitionTime(), DicomDialogEntry::getPatientName(), DicomDialogEntry::getSeriesDescription(), DicomDialogEntry::getSeriesName(), and DicomDialogEntry::getStudyName().

+ Here is the call graph for this function:

◆ ~DicomDialog()

DicomDialog::~DicomDialog ( )
overridedefault

Destructor.

Member Function Documentation

◆ getSelectedDicomDialogEntries()

QList< DicomDialogEntry * > DicomDialog::getSelectedDicomDialogEntries ( )

Get the list of DicomDialogEntry selected for opening.


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