Difference between revisions of "2015 Winter Project Week: Multiframe DICOM"

From NAMIC Wiki
Jump to: navigation, search
Line 33: Line 33:
 
</div>
 
</div>
 
<h3>References</h3>
 
<h3>References</h3>
* There are several bugs related to improper handling of "21st Century DICOM" objects using [http://www.na-mic.org/Bug/view.php?id=3930 legacy code designed for older objects].
+
* There are several Slicer/ITK bugs related to improper handling of "21st Century DICOM" objects using [http://www.na-mic.org/Bug/view.php?id=3930 legacy code designed for older objects].
 
</div>
 
</div>

Revision as of 13:56, 6 January 2015

Home < 2015 Winter Project Week: Multiframe DICOM

Key Investigators

  • Steve Pieper, Isomics
  • Andrey Fedorov, BWH
  • Michael Onken, Open Connections / DCMTK

Project Description

Objective

  • Review progress on DICOM Enhanced Multiframe Object support in DCMTK
    • Segmentation Objects (see Iowa2DICOM)
    • Diffusion Profiles
    • Parametric Maps
    • Ultrasound Objects
    • Derived Objects
  • Review the options for a dcm2dcm tool
    • Convert legacy acquisitions to multiframe objects
    • Correctly encode derived objects

Approach, Plan

  • Try to build Slicer with latest DCMTK that includes Multiframe Object support
  • Try simple programs to exercise API

Progress

References