cornerstonejs / dicomParser

JavaScript parser for DICOM Part 10 data
MIT License
712 stars 228 forks source link

Remove confidential information from DICOM Image #241

Closed HamzaPooki closed 1 year ago

HamzaPooki commented 1 year ago

Hello. I want to ask that can I remove some fields e.g. Patient Name. from the DICOM Image metadata using this library?

yagni commented 1 year ago

Hello @HamzaPooki! While there's no de-identification built in to this library, you can use it to guide de-identification code that you write. See the simpleDeidentify example and more discussion in #31