search for: dicom_image

Displaying 1 result from an estimated 1 matches for "dicom_image".

2010 Sep 15
5
Hide an image in show.html.erb
...;512" width="512"> </canvas> <p id="notice"><%= notice %></p> <p> <b> Name </b> <%= @dicom.name %> </p> <p> <b> Image </b> </p> <p> <%= image_tag @dicom.photo.url , :id => ''dicom_image'' %> </p> <%= javascript_include_tag "coordinate" %> <%= update_page_tag do |page| page << "drawLine();" end %> <%= update_page_tag do |page| page << "drawImage();" end %> <%= link_to ''Edit'', edit_dico...