Difference between revisions of "DICOM:Database"

From Slicer Wiki
Jump to: navigation, search
Line 8: Line 8:
  
 
== Example Data ==
 
== Example Data ==
 +
 +
* [http://github.com/pieper/CTK/blob/master/Libs/DICOM/Resources/dicom-schema.sql MITK DICOM Schema]
 +
* [http://github.com/pieper/CTK/blob/master/Libs/DICOM/Resources/dicom-sample.sql Dump of example database created with schema above]
 +
* [[file:dicom-database-examples-2010-03-09.zip| Sample DICOM data used to create the database dump]]
  
 
== Considerations ==
 
== Considerations ==

Revision as of 15:05, 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