NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example use cases and configuration files

Using CTP for local de-identification

...

The goal of this section is to provide the necessary configuration file, de-identification scripts, and filters that a user would need for common use cases.

De-identification scripts

The first decision you must make is how aggressively to de-identify your images. Supplement 142 has recently been approved by the DICOM Standards Committee as the standard for safely de-identifying DICOM image data while providing flexibility for scenarios which necessitate preservation of certain information needed for quality control and analysis. This is achieved by providing a number of Application Level Confidentiality Profiles which includes a Basic Profile along with a number of Option Profiles. These profiles provide the necessary instructions for how to safely clean DICOM elements which may contain PHI.

Since the early draft stages of Supplement 142's development there has been an effort to integrate its guidance into CTP. Below you will find a list of common de-identification scripts based on Supplement 142 which are ready to use in CTP. The full document as generated by DICOM Working Group 18 can be obtained here: ftp://medical.nema.org/medical/dicom/Final/sup142_ft.pdf

  1. Basic Application Confidentiality Profile - INSERT SCRIPT LINK - This is the most aggressive de-identification settings from S142 and is intended to remove any potential PHI from DICOM headers.
  2. Basic Profile + Retain Longitudinal Temporal Information with Modified Dates - INSERT SCRIPT LINK - Implements everything that is in the Basic Profile, except instead of removing the date related elements completely they are modified by some user selected number of days to provide protection against identifying patients, yet retaining the relative time between image studies to allow for research that requires this longitudinal information.

Using CTP for local de-identification

  • running the jar file
  • sending your source data to CTP
    • Archive Import
    • File Sender
    • PACS
  • going to the browser
  • viewing status page
  • troubleshooting
    • quarantines
    • log files

Sample config.xml: LocalDeId-config.xml

Using CTP to submit to NBIA

...