VivoQuant
|
Dicom anonymizer allow user to modify dicom header for given dicom tag name please see more detail in DICOMRelabeler. More...
Public Member Functions | |
void | changeStudyUID (bool change) |
Enable or disable the modification of StudyInstanceUID when writing to disk or uploading to ipacs. More... | |
void | accept () |
Close the dialog an proceed to the anonymization. | |
Public Member Functions inherited from DICOMRelabeler | |
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... | |
Dicom anonymizer allow user to modify dicom header for given dicom tag name please see more detail in DICOMRelabeler.
void changeStudyUID | ( | bool | change | ) |
Enable or disable the modification of StudyInstanceUID when writing to disk or uploading to ipacs.
change | True to update the UIDs, false to keep the same ones |