21 #ifndef QTDCMPREFERENCES_H_ 22 #define QTDCMPREFERENCES_H_ 56 static void destroy();
70 void setIniFile (
const QString ini );
72 QString iniFile (
void );
79 QString aetitle()
const;
94 QList<QtDcmServer> servers()
const;
101 void setHostname (
const QString & hostname );
103 QString hostname()
const;
110 void setAetitle (
const QString & aetitle );
117 void setPort (
const QString & port );
120 QString dcm2niiPath()
const;
122 void setDcm2niiPath (
const QString & path );
124 bool useDcm2nii()
const;
126 void setUseDcm2nii (
bool use );
138 void removeServer (
int index );
146 void setServers (
const QList<QtDcmServer> & servers );
149 void preferencesUpdated();
161 void setDefaultIniFile();
This class is a representation of a Dicom PACS server.
Class that manages the settings of QtDcm.