sjoerdk / idiscore

Deidentification of DICOM images using Attribute Confidentiality Profiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rebase annotations on dicomgenerator AnnotatedDataset

sjoerdk opened this issue · comments

  • IDIS version 1.1.0

Description

IDIS includes a rudimentary implementation of a text-editor-editable version of a Dataset. This is meant to facilitate the creation of test cases for anonymization in the following way:

  • Get live DICOM files
  • Convert to editable
  • Manually change PII so that it is unrecognizable, but still true to the original format.
  • Add annotations to specific tags so indicate PII for testing later

The current IDIS implementation of this is messy and not great.
The new implementation in dicomgenerator is better, cleaner and more easy to edit.

Remove IDIS implementation, replace with dicomgenerator one