DICOM image Component manager. More...
#include <DicomComponentExtension.h>
Public Member Functions | |
DicomComponentExtension () | |
Constructor. More... | |
virtual QString | getDescription () const override |
Method returning the component extension description. More... | |
virtual QStringList | getFileExtensions () const override |
Get the list of managed extensions (each file with an extension in the list can be loaded by this extension) More... | |
virtual QString | getName () const override |
Method returning the component extension name. More... | |
virtual bool | hasDataDirectory () const override |
this method returns true as this component loads images from a directory (not a single file) More... | |
virtual camitk::Component * | open (const QString &) override |
Open a single .dcm image or a directory containing files to be read This method may throw an AbortException if a problem occurs. More... | |
virtual bool | save (camitk::Component *) const override |
Save a given Component (does not have to be top-level) into one of the currently managed format. More... | |
Public Member Functions inherited from camitk::ComponentExtension | |
~ComponentExtension () override=default | |
protected destructor, More... | |
QString | getLocation () const |
get the file path (location of the .dll/.so/.dylib) of this plugin More... | |
void | setLocation (const QString loc) |
set the file path (once loaded as a dynamic library) More... | |
void | initResources () |
Load, for the selected langage (asked to the Application), the associated .qm file. More... | |
Protected Member Functions | |
virtual | ~DicomComponentExtension ()=default |
Destructor. More... | |
Protected Member Functions inherited from camitk::ComponentExtension | |
ComponentExtension () | |
protected constructor, More... | |
DICOM image Component manager.
|
inline |
Constructor.
|
protectedvirtualdefault |
Destructor.
|
inlineoverridevirtual |
Method returning the component extension description.
Implements camitk::ComponentExtension.
|
overridevirtual |
Get the list of managed extensions (each file with an extension in the list can be loaded by this extension)
Implements camitk::ComponentExtension.
|
inlineoverridevirtual |
Method returning the component extension name.
Implements camitk::ComponentExtension.
|
overridevirtual |
this method returns true as this component loads images from a directory (not a single file)
Reimplemented from camitk::ComponentExtension.
|
overridevirtual |
Open a single .dcm image or a directory containing files to be read This method may throw an AbortException if a problem occurs.
Implements camitk::ComponentExtension.
References DicomSeries::getAcquisitionDate(), DicomSeries::getAcquisitionTime(), DicomSeries::getPatientName(), DicomSeries::getSeriesDescription(), DicomDialogEntry::getSeriesName(), DicomSeries::getSeriesName(), DicomDialogEntry::getStudyName(), DicomSeries::getStudyName(), DicomParser::parseDirectory(), DicomDialogEntry::setAcquisitionDate(), DicomDialogEntry::setAcquisitionTime(), DicomDialogEntry::setPatientName(), DicomDialogEntry::setSelected(), DicomDialogEntry::setSeriesDescription(), DicomDialogEntry::setSeriesName(), and DicomDialogEntry::setStudyName().
|
overridevirtual |
Save a given Component (does not have to be top-level) into one of the currently managed format.
Reimplemented from camitk::ComponentExtension.