Ruby Dicom

Hi,

I am struggling with dicom iamge view in rails app.
I used dcim and rmagick gem.
I followed http://dicom.rubyforge.org/tutorial1.htm
and http://www.clubpacswestmi.net/ ,but didn’t happend
anything.
I am getting diacom object but unable to mak it viewable.

require ‘rubygems’
require ‘dicom’
require ‘RMagick’
.
.
.
@gar = DICOM::DObject.new(“path/IM-0001-0001.dcm”)
data = @gar.get_image_magick(:rescale => true)
data[0].display
.
.
.

ERROR

comparison of Magick::Image with 0 failed

for line
data = @gar.get_image_magick(:rescale => true)

Please help and reply.

Hi Adil

I think you would have a much better chance to get an answer to your
question if you post this on the ruby-dicom forum instead:
http://groups.google.com/group/ruby-dicom

Best regards,
Chris