Ruby

Dealing with MySQL TIMEDIFF() for hours greater than 838
Let’s have a look at the TIMEDIFF() function in MySQL:
TIMEDIFF(expr1,expr2) – TIMEDIFF() returns expr1 – expr2 expressed as a time value. expr1 and expr2 are time or date-and-time expressions, but both must be of the same type.
It seems that when TimeDiff is performed on 2 dates that [...]

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