Edit this page

NA-MIC Project Weeks

Back to Projects List

View slice level annotations in OHIF using Structured Reports

Key Investigators

Project Description

In the last project week, we worked on an approach for enriching the DICOM metadata, specifically the body part examined. We showed that we could classify each CT axial slice in a volume as a particular body region – head, neck, chest, abdomen, pelvis and legs. (using this approach) In order to visualize the results of body region per slice, we used DICOM SEG objects. Though good for visualization, this is not exactly a good use of the DICOM SEG. A better approach would be to use Structured Reports (SR), and view an annotation for each slice as you scroll. This functionality has been made available in the latest release of OHIF, and we would like to adapt our body part regression results to this format.

Objective

  1. Objective A. View slice level annotations using a Structured Report in the OHIF viewer.
  2. Objective B. Visualize the body part regression results using the above approach

Approach and Plan

  1. A colab notebook has been written by Andrey using highdicom library to create instances of DICOM Structured Reports that instantiate TID 1500 reporting template and include slice-level qualitative (key:value) evaluations.
  2. OHIF Viewer v2 was extended by Davide to enable visualization of slice-level annotations (see https://github.com/OHIF/Viewers/issues/2797)
  3. Deepa will adapt this notebook to create the appropriate SR for the body part regression task.

Progress and Next Steps

  1. We have successfully created the SR for the body part regression task and can view the CT and SR in our own instance of the OHIF viewer.

Illustrations

ohif_sr_mpr

ohif_sr_scroll

Background and References