Anonymize DICOM file
dicomanon(___,'keep',
modifies all of the confidential data except for
those listed in 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
. Use this syntax
to preserve the Study/Series/Image hierarchy or to
replace a specific value with a more generic
property (such as removing
PatientBirthDate
but keeping a
computed PatientAge
).
dicomanon(___,
uses name-value pairs to provide additional
options to the parser.Name,Value
)
For information about the fields that will be modified or removed, see DICOM Supplement 55 from https://www.dicomstandard.org/.
dicomdict
| dicomdisp
| dicominfo
| dicomlookup
| dicomread
| dicomuid
| dicomwrite