I am going to anonymize dcm (dicom) files before uploading them to the server. I want to do this on the client side using javascript. But I can’t find any more of those wild viewers.
I searched for dicom tags and I found many tools to remove metadata tags using python, java and ruby, but I don't know how to write it in javascript.
I even decided which tags I would remove, but I'm not sure how to do this.
Any ideas on?
thank you for your time
UPDATE: Thank you all! Finally, we changed the data using text in binary mode. A parser with an offer allows me to delete bytes.
source
share