I'm triying to anonymize dcm (dicom) files before uploading it to the server. I want to do it on the client side using javascript. But I can't find more that dicom viewers.
I searched about the tags of dicom and I have found a lot of tools for remove metadata tags using python, java and ruby, but I don't know how to portrait it to javascript.
I have even decided what tags I would remove, but I'm not sure about how to do it.
Any ideas about?