27 QString referencedFileID;
33 void setUid(
const QString &value );
37 void setDir(
const QDir &value );
41 std::vector< ImageInfo > images;
47 void addImage(
const ImageInfo &imageInfo );
49 void setUid(
const QString &value );
50 QString getModality( )
const;
51 void setModality(
const QString &value );
52 QString getDescr( )
const;
53 void setDescr(
const QString &value );
54 QStringList getImages( );
57 std::vector< Series > series;
63 void addSeries(
const Series &s );
65 void setUid(
const QString &value );
66 QString getDate( )
const;
67 void setDate(
const QString &value );
68 QString getDescr( )
const;
69 void setDescr(
const QString &value );
70 QStringList getImages( );
73 std::vector< Study > study;
78 void addStudy(
const Study &s );
79 QString getName( )
const;
80 void setName(
const QString &value );
81 QString getId( )
const;
82 void setId(
const QString &value );
83 QStringList getImages( );
86 std::vector< Patient > patient;
93 bool open(
const QString &filename );
94 QString getTitle( )
const;
95 void setTitle(
const QString &value );
96 QString getFilename( )
const;
97 QStringList getImages( );
void setDir(const QDir &value)
Content: Commonly used macros, types, static variables and functions. Description: Some macros used...
void setUid(const QString &value)
QString getReferencedFileID() const
void setReferencedFileID(const QString &value)