chop-dbhi / dicom-pipeline

An automated pipeline for reviewing, anonymizing and publishing research DICOM studies
BSD 2-Clause "Simplified" License
15 stars 2 forks source link

Define "de-identification" #9

Closed simsong closed 9 years ago

simsong commented 9 years ago

Hi. It would be useful to know if this system's de-identification capabilities are limited to stripping PII out of the DICOM headers, or if it also attempts to de-identify the multimedia content. It appears to me that it only does the former. Please clarify.

jeffmax commented 9 years ago

It does not attempt to de-identify the multi-media, but it does provide an application to aid in human review: https://github.com/chop-dbhi/django-dicom-review

On Thu, Feb 26, 2015 at 12:18 PM, Simson L. Garfinkel < notifications@github.com> wrote:

Hi. It would be useful to know if this system's de-identification capabilities are limited to stripping PII out of the DICOM headers, or if it also attempts to de-identify the multimedia content. It appears to me that it only does the former. Please clarify.

— Reply to this email directly or view it on GitHub https://github.com/chop-dbhi/dicom-pipeline/issues/9.

simsong commented 9 years ago

Okay. Thanks.