Edit this page

NA-MIC Project Weeks

Back to Projects List

Slicer Case Iterator

Key Investigators

Project Description

This project aims to expand the usage of Slicer Case Iterator to work with DICOM(WEB) backend to support workflows where the data is available in DICOM format.

Objective

  1. Generalize internal batch definition to allow different input modes (CSV, DICOM)
  2. Link to Slicers DICOM browser to retrieve images
  3. Implement prefetching of next n cases to speed up processing
  4. Store segmentation results as DICOM SEG objects

Approach and Plan

  1. Create class implementing generator to hold batch, with different input methods a inherited subclasses
  2. Talk to Slicer developers on how to best approach this (what kind of identifiers, methods to use, etc.)
  3. Closely related to point above. Investigate on how to analyze input to determine best conversion step, how to store results of this evaluation.
  4. Talk to Slicer developers on how to store a Slicer Segmentation object as DICOM SEG object (when input image is DICOM format)

Progress and Next Steps

  1. Done, merged with master in PR #7
  2. Using SeriesUID, it is now possible to load series using the Slicers DICOM database. Not yet merged with the master PR #8
  3. In DICOM input, series is first checked for loadables using MultiVolumeImporterPlugin and if necessary, by DICOMScalarVolumePlugin. Not yet possible to do this using a type of prefetch, or parallel processing.

Next Steps

  1. Add possibility to store Segmentations as DICOM SEG objects
  2. Add example scripts to help users generate the input tables for their datasets
  3. Investigate use of DICOM Web UPS / Modality Work List to define the batch

Illustrations

Screenshot 1 (CSV Table: local files)

Screenshot 1 (DICOM Table: Slicer Dicom browser)

Background and References