This class is a representation of a dicom image. More...
#include <QtDcmImage.h>
Classes | |
| class | Private |
Public Member Functions | |
| QtDcmImage () | |
| Default constructor. More... | |
| virtual | ~QtDcmImage () |
| Default destructor. More... | |
| QString | id () const |
| Id getter. More... | |
| void | setId (const QString &id) |
| Id setter. More... | |
| QString | filename () const |
| Image filename getter. More... | |
| void | setFilename (const QString &filename) |
| Image filename setter. More... | |
| QtDcmSerie | serie () const |
| Parent serie getter. More... | |
| void | setSerie (const QtDcmSerie &serie) |
| Parent serie setter. More... | |
This class is a representation of a dicom image.
It contains dicom id and filename of the image. There is also a pointer to the parent serie (not used for the moment)
Definition at line 33 of file QtDcmImage.h.
| QtDcmImage::QtDcmImage | ( | ) |
Default constructor.
Definition at line 33 of file QtDcmImage.cpp.
|
virtual |
Default destructor.
Definition at line 35 of file QtDcmImage.cpp.
| QString QtDcmImage::id | ( | ) | const |
| void QtDcmImage::setId | ( | const QString & | id | ) |
| QString QtDcmImage::filename | ( | ) | const |
| void QtDcmImage::setFilename | ( | const QString & | filename | ) |
Image filename setter.
| filename | a QString containing absolute path |
Definition at line 55 of file QtDcmImage.cpp.
| QtDcmSerie QtDcmImage::serie | ( | ) | const |
Parent serie getter.
Definition at line 60 of file QtDcmImage.cpp.
| void QtDcmImage::setSerie | ( | const QtDcmSerie & | serie | ) |
Parent serie setter.
| serie | a pointer on the parent serie object |
Definition at line 65 of file QtDcmImage.cpp.