Dicom relabeler object.
More...
#include <DICOMRelabeler.h>
|
|
void | accept () |
| | Apply all changes.
|
| |
|
void | reloadConfigFile () |
| | Reload the default config file;.
|
| |
| void | loadConfigFile (string filename) |
| | Load the user specified configuration file.
|
| |
|
void | setDatesToToday () |
| | Set all date time related DICOM tag(e.g. AcquisitionTime, StudyDate) to the current Date/Time.
|
| |
|
void | setText2Label () |
| | Set all non date time related DICOM tag to their tag name.
|
| |
| void | setQuiet (bool quiet) |
| | Hide all the popup dialogs and use the default behavior.
|
| |
◆ loadConfigFile()
| void loadConfigFile |
( |
string |
filename | ) |
|
Load the user specified configuration file.
- Parameters
-
| filename | The configuration file to load |
- Note
- see anonymize.cfg or relabel.cfg in your vivoquant installed folder for detail
◆ setQuiet()
| void setQuiet |
( |
bool |
quiet | ) |
|
|
inline |
Hide all the popup dialogs and use the default behavior.
- Parameters
-
| quiet | True to hide all the popup dialogs, False otherwise |