Difference between revisions of "2014 Summer Project Week:DICOM-SRO import/export"

From NAMIC Wiki
Jump to: navigation, search
(Created page with '__NOTOC__ <gallery> Image:PW-MIT2014.png|Projects List </gallery> ==Key Investigators== * Kevin Wang (Princess Margaret Cancer Center) ==…')
 
 
Line 2: Line 2:
 
<gallery>
 
<gallery>
 
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]
 
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]
 +
Image:namic2014summer_sroimport.png|[[2014_Summer_Project_Week#Projects|dicom sro import]]
 
</gallery>
 
</gallery>
  
Line 7: Line 8:
  
 
* Kevin Wang (Princess Margaret Cancer Center)
 
* Kevin Wang (Princess Margaret Cancer Center)
 +
* Greg Sharp (MGH)
  
 
==Project Description==
 
==Project Description==
 
+
Currently we have implemented a dicom plugin module in SlicerRT extension to import DICOM-SRO object (both linear and deformable). we have also implemented a dicom SRO export module in SlicerRT (only linear transformation supported).
  
  
Line 15: Line 17:
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Objective</h3>
 
<h3>Objective</h3>
* Currently we have implemented a dicom plugin module in SlicerRT extension to import DICOM-SRO object (both linear and deformable)
+
* The goal is to test all the two modules to see if they can be useful for the QIICR project so that it would be migrated into slicer trunk.
* The goal is to migrate this module into Slicer trunk to facilitate more native support for Dicom object handling for QIICR project.
+
* another goal is to investigate the implementation of dicom export of deformable SRO.
  
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
* Create a new branch for DICOM-SRO import.
 
* make code comply with Slicer style.
 
 
* discuss and present to others at project week.
 
* discuss and present to others at project week.
* integrate into trunk.
+
* work with Greg on implementation of dicom deformable SRO export.
 +
 
  
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Progress</h3>
 
<h3>Progress</h3>
* TBA
+
* made an example dicom sro file using our export module for Andriy to test.
 +
* dicussed with Andriy about dicom sro import.
 +
* worked with Greg on deformable sro export however met some problems and need a bit help for dicom experts.
 +
* to do: will arrange a meeting with Andriy and other dicom experts to discuss how to implement deformable export.
 
</div>
 
</div>
 
</div>
 
</div>

Latest revision as of 14:29, 27 June 2014

Home < 2014 Summer Project Week:DICOM-SRO import < export

Key Investigators

  • Kevin Wang (Princess Margaret Cancer Center)
  • Greg Sharp (MGH)

Project Description

Currently we have implemented a dicom plugin module in SlicerRT extension to import DICOM-SRO object (both linear and deformable). we have also implemented a dicom SRO export module in SlicerRT (only linear transformation supported).


Objective

  • The goal is to test all the two modules to see if they can be useful for the QIICR project so that it would be migrated into slicer trunk.
  • another goal is to investigate the implementation of dicom export of deformable SRO.

Approach, Plan

  • discuss and present to others at project week.
  • work with Greg on implementation of dicom deformable SRO export.


Progress

  • made an example dicom sro file using our export module for Andriy to test.
  • dicussed with Andriy about dicom sro import.
  • worked with Greg on deformable sro export however met some problems and need a bit help for dicom experts.
  • to do: will arrange a meeting with Andriy and other dicom experts to discuss how to implement deformable export.

References

  • SlicerRT ticket to track development of importing DICOM-SRO: [1]
  • Slicer ticket to track development: [2]