Difference between revisions of "2012 Winter Project Week:RTTools"

From NAMIC Wiki
Jump to: navigation, search
Line 55: Line 55:
 
* [https://www.assembla.com/spaces/sparkit/wiki SparKit project wiki]
 
* [https://www.assembla.com/spaces/sparkit/wiki SparKit project wiki]
 
* [http://www.dcmtk.org/ DCMTK]
 
* [http://www.dcmtk.org/ DCMTK]
* [http://support.dcmtk.org/wiki/dcmrt/start DCMRT]
+
* [http://support.dcmtk.org/wiki/dcmrt/start DCMRT], [http://blog.jriesmeier.com/2011/04/when-dcmrt-released/ when it will be released]
 
* [http://plastimatch.org/ Plastimatch]
 
* [http://plastimatch.org/ Plastimatch]
 
* [ftp://medical.nema.org/medical/dicom/2011/ DICOM standard]
 
* [ftp://medical.nema.org/medical/dicom/2011/ DICOM standard]
  
 
</div>
 
</div>

Revision as of 23:50, 15 December 2011

Home < 2012 Winter Project Week:RTTools

Background

We propose to extend 3D Slicer to support RT research under the Software Platform and Adaptive Radiotherapy Kit (SparKit) project. OCAIRO investigators we have identified some of the key features required from a 3D Slicer based RT research platform. This project week we are going to finish integrating our first new feature to Slicer4 - the import of DICOM RT datasets.

Key Investigators

  • Queen's University: Csaba Pinter, Andras Lasso
  • Toronto UHN: Kevin Wang
  • MGH: Greg Sharp

Objective

  • Add DICOM-RT import functionality to Slicer4
  • Outline the data format in which the structure set is stored
  • Test it on the most real-life datasets possible

Approach, Plan

  • Utilize new DCMTK (that contains DCMRT) in CTK
  • Convert internal DCMRT structures to MRML nodes (models, labelmaps, etc.)
  • Apply necessary GUI changes that are needed for RT import in CTK

Progress

  • Slicer4 build OK
  • Sample data collected
  • DCMRT build in Slicer OK

Delivery Mechanism

This work will be delivered to the NA-MIC Kit as a Slicer loadable module. The source code is available in the SparKit repository

References