Archive for December, 2008

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

Mirth Channel to write to a MySQL database

Attahced is a screen capture of the process to create a simple channle to write to a MySQL database. The channel reads messages form a text file, parses it and then writes to MySQL database.
create mirth channel movie

Logging with “Java logging API”

I wonder why you want to use Java logging API when you can use log4j. Well if you want to or have to use Java’s bundled API for logging, it is not that bad. There are several good articles on the web that go it much more details on this topic then what I [...]