VivoQuant
Public Member Functions | List of all members
DICOMRelabeler Class Reference

Dicom relabeler object. More...

Public Member Functions

void accept ()
 Apply all changes.
 
void reloadConfigFile ()
 Reload the default config file;.
 
void loadConfigFile (string filename)
 Load the user specified configuration file. More...
 
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. More...
 

Detailed Description

Dicom relabeler object.

Member Function Documentation

◆ loadConfigFile()

void loadConfigFile ( string  filename)

Load the user specified configuration file.

Parameters
filenameThe 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
quietTrue to hide all the popup dialogs, False otherwise