rii-mango / Daikon

A JavaScript DICOM reader.
Other
220 stars 54 forks source link

Save changes into a Dicom #8

Closed levibn closed 6 years ago

levibn commented 7 years ago

In my work I need to anonymize dicoms file as we move it through internet and if been catch must NOT contain certain informations about patient. So I wanna know if this could be done with this amazing tool, Daikon. Thanks!

martinezmj-ims commented 7 years ago

Daikon currently only reads the data. It does not support saving it back to disk. If all you need to do is read in and anonymize the data, then yes that is something that can easily be added.

rii-mango commented 6 years ago

Archiving this. Out of scope for now.