This class is a representation of a dicom serie. More...
#include <QtDcmSerie.h>
Classes | |
| class | Private |
Public Member Functions | |
| QtDcmSerie () | |
| Default constructor. More... | |
| virtual | ~QtDcmSerie () |
| Default destructor. More... | |
| QString | id () const |
| Serie Id getter. More... | |
| void | setId (const QString &id) |
| Serie Id setter. More... | |
| QString | date () const |
| Serie date getter. More... | |
| void | setDate (const QString &date) |
| Serie date setter. More... | |
| QString | description () const |
| Serie description getter. More... | |
| void | setDescription (const QString &description) |
| Serie description setter. More... | |
| QList< QtDcmImage > | images () const |
| Image list getter. More... | |
| void | setImages (const QList< QtDcmImage > &images) |
| Image list setter. More... | |
| QtDcmStudy | study () const |
| Parent study getter. More... | |
| void | setStudy (const QtDcmStudy &study) |
| Parent study setter. More... | |
This class is a representation of a dicom serie.
Definition at line 34 of file QtDcmSerie.h.
| QtDcmSerie::QtDcmSerie | ( | ) |
Default constructor.
Definition at line 36 of file QtDcmSerie.cpp.
|
virtual |
Default destructor.
Definition at line 38 of file QtDcmSerie.cpp.
| QString QtDcmSerie::id | ( | ) | const |
| void QtDcmSerie::setId | ( | const QString & | id | ) |
| QString QtDcmSerie::date | ( | ) | const |
| void QtDcmSerie::setDate | ( | const QString & | date | ) |
| QString QtDcmSerie::description | ( | ) | const |
Serie description getter.
Definition at line 63 of file QtDcmSerie.cpp.
| void QtDcmSerie::setDescription | ( | const QString & | description | ) |
Serie description setter.
| description | a QString |
Definition at line 68 of file QtDcmSerie.cpp.
| QList< QtDcmImage > QtDcmSerie::images | ( | ) | const |
Image list getter.
Definition at line 73 of file QtDcmSerie.cpp.
| void QtDcmSerie::setImages | ( | const QList< QtDcmImage > & | images | ) |
Image list setter.
| images | a QList of images |
Definition at line 78 of file QtDcmSerie.cpp.
| QtDcmStudy QtDcmSerie::study | ( | ) | const |
Parent study getter.
Definition at line 83 of file QtDcmSerie.cpp.
| void QtDcmSerie::setStudy | ( | const QtDcmStudy & | study | ) |
Parent study setter.
| study | a pointer on the parent study |
Definition at line 88 of file QtDcmSerie.cpp.