You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This function creates anonymized copies of Siemens rda-files. The function will replace patient identifying information with generic or user specified values. It can also be used to modify non-identifying metadata, such as PatientSex or InstitutionName.
Examples:
Using default values:
anonrda('abc.20071120.123108.rda')
The same, but with progress feedback:
anonrda('D:\Data\MRS\abc.20071120.123108.rda',[],[],true)
The same, but forcing specific parameters:
R.PatientName = 'removed';
R.PatientID = 'PP1234';
[status message] = anonrda('C:\Temp\abc.20071120.123108.rda','PP1234.rda',R,true)
Cite As
Paul Groot (2026). Anonymize Siemens rda-files (https://www.mathworks.com/matlabcentral/fileexchange/45297-anonymize-siemens-rda-files), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (3.87 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
