Dicom Toolkit - dicomanon
- : dicomanon(file_in,
file_out)
- : dicomanon(___,
name, value)
-
Anonymize a DICOM format file by removing or replacing specific fields.
Inputs
file_in is filename to read from.
file_out is the filename to write to.
name, value optional name/value properties.
Known property names are:
- keep
The value is a cell array of names to not remove during the anonymize procedure.
- update
A structure of name/values to update rather than remove.
Outputs
None
See also: dicomread, dicomwrite, dicominfo.