Difference between revisions of "DICOM:Database"

From Slicer Wiki
Jump to: navigation, search
(Created page with 'Local databases to organize DICOM header information are often used in medical image applications and workstations. This page is used to organize information and examples.')
 
Line 1: Line 1:
 
Local databases to organize DICOM header information are often used in medical image applications and workstations.  This page is used to organize information and examples.
 
Local databases to organize DICOM header information are often used in medical image applications and workstations.  This page is used to organize information and examples.
 +
 +
== History ==
 +
 +
Bill started [http://massmail.spl.harvard.edu/public-archives/slicer-devel/2010/004323.html a thread on the slicer-devel mailing list] about improving dicom parsing performance.  [http://massmail.spl.harvard.edu/public-archives/slicer-devel/2010/004364.html This message] includes a sample sql database schema as an attachment.
 +
 +
A similar approach has been followed as part of the [http://mitk.org MITK project] using [http://dicom.offis.de DCMTK] to fill an [http://sqlite.org SQLite] database.
 +
 +
== Example Data ==
 +
 +
== Considerations ==

Revision as of 14:56, 9 March 2010

Home < DICOM:Database

Local databases to organize DICOM header information are often used in medical image applications and workstations. This page is used to organize information and examples.

History

Bill started a thread on the slicer-devel mailing list about improving dicom parsing performance. This message includes a sample sql database schema as an attachment.

A similar approach has been followed as part of the MITK project using DCMTK to fill an SQLite database.

Example Data

Considerations