Difference between revisions of "2011 Summer Project Week DVH"
From NAMIC Wiki
Line 45: | Line 45: | ||
* Created a new Slicer 4 loadable module, add to plastimatch plugin | * Created a new Slicer 4 loadable module, add to plastimatch plugin | ||
− | * Create VTK chart widget with DVH data | + | * Create VTK chart widget with DVH data, and display in module GUI |
[[image:DVH_in_Slicer.png|Dose volume histogram in Slicer|350px]] | [[image:DVH_in_Slicer.png|Dose volume histogram in Slicer|350px]] | ||
− | * Chart widget can draw DVH curves | + | * Chart widget can even draw DVH curves |
− | * | + | * The plugin can load a DVH from CSV-formatted file |
+ | |||
+ | * The plugin compiles with, and links to Plastimatch, and calls DVH compute engine. However, this part does not yet work. | ||
</div> | </div> |
Revision as of 05:29, 24 June 2011
Home < 2011 Summer Project Week DVHKey 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 plugin
- Create VTK chart widget with DVH data, and display in module GUI
- Chart widget can even draw DVH curves
- The plugin can load a DVH from CSV-formatted file
- The plugin compiles with, and links to Plastimatch, and calls DVH compute engine. However, this part does not yet work.
References
Delivery Mechanism
This work will be delivered to the NAMIC Kit as a
- Slicer command line module