dicomanon
句法
dicomanon(file_in, file_out)
dicomanon(..., 'keep', FIELDS)
dicomanon(..., 'update', ATTRS)
dicomanon(...,'WritePrivate',TF)
dicomanon(...,'UseVRHeuristic',TF)
解释
dicomanon(file_in, file_out)
从DICOM文件中移除私密的医疗信息,并使用修改的值创建新的文件。图像数据和其他属性不修改。
dicomanon(..., 'keep', FIELDS)
修改FIELDS中列出的那些私密数据之外的所有机密数据。FIELDS是字段名称的元阵列。该语法对于保留那些对患者来说不是独一无二的信息但对于诊断目的有用的元数据(例如,PatientAge,PatientSex等)是有用的。
Examples
Remove all confidential metadata from a file.
Create a training file.
Anonymize a series of images, keeping the hierarchy.