2011 Summer Project Week DVH

From NAMIC Wiki
Revision as of 14:57, 24 June 2011 by Pinter (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < 2011 Summer Project Week DVH

Key Investigators

  • MGH: Greg Sharp, Nadya Shusharina
  • Isomics: Steve Pieper
  • Queens: Csaba Pinter
  • BWH: Tina Kapur

Dose Volume Histograms in Slicer

Objective

A dose volume histogram (DVH) is a tool used in radiation oncology to evaluate and compare treatment plans for safety and efficacy. Plastimatch currently has the capability to generate dose volume histograms, however this capability is not available in Slicer.

Approach, Plan

In order to use the plastimatch DVH, it will be necessary to store the information about the structure names (available at time of structure load) for later retrieval. We will attempt to store this information in the ITK image metadata.

Progress

Lots of success on this project!

  • Created a new Slicer 4 loadable module, add to plastimatch project svn
  • Create VTK chart widget with DVH data, display char in module GUI, draw DVH curves in chart

Dose volume histogram in Slicer

  • The plugin can load a DVH from CSV-formatted file and display
  • The plugin builds and links to plastimatch, and calls plastimatch DVH compute engine. However, this part does not yet work.

References

Delivery Mechanism

This work will be delivered to the NAMIC Kit as a

  1. Slicer command line module (Slicer 3)
  2. Slicer loadable module (Slicer 4)