DICOM
Splitting DICOM file in to HEADER and DATA
What is DICOM?
Digital Imaging and Communications in Medicine (DICOM) is a standard for storing, handling, printing, and transmitting information in medical imaging. DICOM internally defines network communications protocol that uses TCP/IP to communicate between systems. DICOM files can be exchanged between two systems that are capable of receiving image and patient data in DICOM [...]
DICOM File Reader in Ruby
Here is a simple DICOM file reader developed in pure ruby. The zip file also contains a driver and a sample image file
We are in the process of developing a toolkit with networking suport. We will post it hre when ready. Enjoy….
dicomfilereader

