Hi, We are developing an application that requires DICOM image viewer on the server but we can not find a viewer that will work on ROR server. There are no Gems available. Any help will be apreciated. Regards Amit -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
What is DICOM? i saw someone with this problem and solve it yesterday On Thu, Sep 9, 2010 at 1:17 AM, A Sarkar <as723574-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > We are developing an application that requires DICOM image viewer on > the server but we can not find a viewer that will work on ROR server. > There are no Gems available. Any help will be apreciated. > > Regards > > Amit > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
DICOM is the image output of an X-ray machine. X ray plates are things of past. Radiologists all over the world use DICOM images to read an X-ray. They have special monitor through which they can view the DICOM image. But the problem is that we cannot find a server version of DICOM image viewer that works on ROR platform. On Sep 9, 4:28 am, radhames brito <rbri...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> What is DICOM? i saw someone with this problem and solve it yesterday > > > > On Thu, Sep 9, 2010 at 1:17 AM, A Sarkar <as723...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hi, > > > We are developing an application that requires DICOM image viewer on > > the server but we can not find a viewer that will work on ROR server. > > There are no Gems available. Any help will be apreciated. > > > Regards > > > Amit > > > -- > > You received this message because you are subscribed to the Google Groups > > "Ruby on Rails: Talk" group. > > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > . > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=en.- Hide quoted text - > > - Show quoted text --- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
A Sarkar wrote:> DICOM is the image output of an X-ray machine. X ray plates are > things of past. Radiologists all over the world use DICOM images to > read an X-ray. They have special monitor through which they can view > the DICOM image. But the problem is that we cannot find a server > version of DICOM image viewer that works on ROR platform.Why do you think you need a server-side viewer? What have you found so far, and why do you think they won''t work with Rails? If you need a special viewer, it''s probably implemented in client-side Java or JavaScript. Neither of those care in the slightest about Rails; it''s just a matter of furnishing them with the right image data. I''m about 90% certain that you''re trying to solve this problem wrong. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
someone got this converted to jpg and then displayed on a view search the mailing list On Fri, Sep 10, 2010 at 1:57 PM, Marnen Laibow-Koser <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>wrote:> A Sarkar wrote: > > DICOM is the image output of an X-ray machine. X ray plates are > > things of past. Radiologists all over the world use DICOM images to > > read an X-ray. They have special monitor through which they can view > > the DICOM image. But the problem is that we cannot find a server > > version of DICOM image viewer that works on ROR platform. > > Why do you think you need a server-side viewer? What have you found so > far, and why do you think they won''t work with Rails? > > If you need a special viewer, it''s probably implemented in client-side > Java or JavaScript. Neither of those care in the slightest about Rails; > it''s just a matter of furnishing them with the right image data. > > I''m about 90% certain that you''re trying to solve this problem wrong. > > Best, > -- > Marnen Laibow-Koser > http://www.marnen.org > marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
He had a path problem that was actually easy to solve and but he did convert the image ""I have created a Rails application based on this tutorial: http://dicom.rubyforge.org/tutorial1.html I''m trying to view a DICOM image. I was able to convert .dcm to .jpg. But, when I try to view the .jpg image I get as shown in the "Snapshot" file attached within this message. Where is the problem? Thanks. """"" On Sat, Sep 11, 2010 at 11:58 AM, radhames brito <rbritom-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> someone got this converted to jpg and then displayed on a view search the > mailing list > > > On Fri, Sep 10, 2010 at 1:57 PM, Marnen Laibow-Koser <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org > > wrote: > >> A Sarkar wrote: >> > DICOM is the image output of an X-ray machine. X ray plates are >> > things of past. Radiologists all over the world use DICOM images to >> > read an X-ray. They have special monitor through which they can view >> > the DICOM image. But the problem is that we cannot find a server >> > version of DICOM image viewer that works on ROR platform. >> >> Why do you think you need a server-side viewer? What have you found so >> far, and why do you think they won''t work with Rails? >> >> If you need a special viewer, it''s probably implemented in client-side >> Java or JavaScript. Neither of those care in the slightest about Rails; >> it''s just a matter of furnishing them with the right image data. >> >> I''m about 90% certain that you''re trying to solve this problem wrong. >> >> Best, >> -- >> Marnen Laibow-Koser >> http://www.marnen.org >> marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org >> -- >> Posted via http://www.ruby-forum.com/. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >> . >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> >> >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.