This class is representation of a Dicom study. More...
#include <QtDcmStudy.h>
Classes | |
| class | Private |
Public Member Functions | |
| QtDcmStudy () | |
| Default constructor. More... | |
| virtual | ~QtDcmStudy () |
| Default destructor. More... | |
| QString | id () const |
| Study Id getter. More... | |
| void | setId (const QString &id) |
| Study Id setter. More... | |
| QString | description () const |
| Study description getter. More... | |
| void | setDescription (const QString &description) |
| Study description setter. More... | |
| QDate | date () const |
| Study date getter. More... | |
| void | setDate (const QDate &date) |
| Study date setter. More... | |
| QString | time () const |
| Study time getter. More... | |
| void | setTime (const QString &time) |
| Study time setter. More... | |
| QList< QtDcmSerie > | series () const |
| List of series in the study getter. More... | |
| void | setSeries (const QList< QtDcmSerie > &series) |
| List of series in the study setter. More... | |
| QtDcmPatient | patient () const |
| Patient getter. More... | |
| void | setPatient (const QtDcmPatient &patient) |
| Patient setter. More... | |
| void | addSerie (const QtDcmSerie &serie) |
| Add serie in the list. More... | |
| void | removeSerie (int index) |
| Remove serie at position index. More... | |
This class is representation of a Dicom study.
Definition at line 33 of file QtDcmStudy.h.
| QtDcmStudy::QtDcmStudy | ( | ) |
Default constructor.
Definition at line 35 of file QtDcmStudy.cpp.
|
virtual |
Default destructor.
Definition at line 37 of file QtDcmStudy.cpp.
| QString QtDcmStudy::id | ( | ) | const |
| void QtDcmStudy::setId | ( | const QString & | id | ) |
| QString QtDcmStudy::description | ( | ) | const |
Study description getter.
Definition at line 52 of file QtDcmStudy.cpp.
| void QtDcmStudy::setDescription | ( | const QString & | description | ) |
Study description setter.
| description | as a QString |
Definition at line 57 of file QtDcmStudy.cpp.
| QDate QtDcmStudy::date | ( | ) | const |
| void QtDcmStudy::setDate | ( | const QDate & | date | ) |
| QString QtDcmStudy::time | ( | ) | const |
| void QtDcmStudy::setTime | ( | const QString & | time | ) |
| QList< QtDcmSerie > QtDcmStudy::series | ( | ) | const |
List of series in the study getter.
Definition at line 82 of file QtDcmStudy.cpp.
| void QtDcmStudy::setSeries | ( | const QList< QtDcmSerie > & | series | ) |
List of series in the study setter.
| series | as a QList of series |
Definition at line 87 of file QtDcmStudy.cpp.
| QtDcmPatient QtDcmStudy::patient | ( | ) | const |
Patient getter.
Definition at line 92 of file QtDcmStudy.cpp.
| void QtDcmStudy::setPatient | ( | const QtDcmPatient & | patient | ) |
Patient setter.
| patient |
Definition at line 97 of file QtDcmStudy.cpp.
| void QtDcmStudy::addSerie | ( | const QtDcmSerie & | serie | ) |
Add serie in the list.
Definition at line 102 of file QtDcmStudy.cpp.
| void QtDcmStudy::removeSerie | ( | int | index | ) |
Remove serie at position index.
Definition at line 107 of file QtDcmStudy.cpp.