dicomanon
Anonymize DICOM file
Syntax
Description
dicomanon(
modifies all of the confidential data except for those listed in
file_in
,file_out
,"keep",fields
)fields
. This syntax is useful for keeping metadata that does not
uniquely identify the patient but is useful for diagnostic purposes (such as
PatientAge
and PatientSex
).
Note
Keeping certain fields might compromise patient confidentiality.
dicomanon(___,"update",
modifies the confidential data and updates particular confidential data listed in
attributes
)attributes
, in addition to any combination of input arguments from
previous syntaxes. Use this syntax to preserve the Study/Series/Image hierarchy, or to
replace a specific value with a more generic attribute (such as removing
PatientBirthDate
but keeping a computed
PatientAge
).
dicomanon(___,
uses name-value arguments to provide additional options to the parser.Name,Value
)
Examples
Input Arguments
Tips
For information about the fields that will be modified or removed, see DICOM Supplement 55 from https://www.dicomstandard.org/.
Extended Capabilities
Version History
Introduced before R2006aSee Also
dicominfo
| dicomdict
| dicomdisp
| dicomwrite
| dicomlookup
| dicomread
| dicomuid