Difference between revisions of "2014 Project Week:TCIA Browser Extension in Slicer"

From NAMIC Wiki
Jump to: navigation, search
Line 12: Line 12:
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Objective</h3>
 
<h3>Objective</h3>
* Study the latest changes in TCIA API and update the current module prototype.
+
* Create a scripted Slicer module for browsing TCIA collections and loading images into Slicer scene.
*
 
 
</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>
 +
* Study the latest changes in TCIA API and update the current module prototype.
 
* Discuss about the module functionality and UI design.
 
* Discuss about the module functionality and UI design.
 
* Review the desired interactions of module with Slicer DICOM database.
 
* Review the desired interactions of module with Slicer DICOM database.
Line 28: Line 28:
  
 
==References==
 
==References==
* TCIA Home Page : http://cancerimagingarchive.net/
+
*[1] TCIA Home Page : http://cancerimagingarchive.net/
* Slicer TCIA interface project at QIICR wiki: https://github.com/QIICR/ProjectIssuesAndWiki/wiki/Slicer-tcia-interface
+
*[2] Slicer TCIA interface project at QIICR wiki: https://github.com/QIICR/ProjectIssuesAndWiki/wiki/Slicer-tcia-interface

Revision as of 21:04, 20 December 2013

Home < 2014 Project Week:TCIA Browser Extension in Slicer

Key Investigators

  • BWH: Alireza Mehrtash, Andrey Fedorov, Ron Kikinis
  • Isomics: Steve Pieper

Project Description

The Cancer Imaging Archive (TCIA) hosts a large collection of Cancer medical imaging data which is available to public [1]. The goal of this project is to develop a Slicer module in order to retrieve the medical images hosted at TCIA and visualize them in 3D Slicer.

Objective

  • Create a scripted Slicer module for browsing TCIA collections and loading images into Slicer scene.

Approach, Plan

  • Study the latest changes in TCIA API and update the current module prototype.
  • Discuss about the module functionality and UI design.
  • Review the desired interactions of module with Slicer DICOM database.
  • Review the different methods for displaying and organizing query results.

Progress

References