InDebug.com

  • Increase font size
  • Default font size
  • Decrease font size
Home PHP DICOM Viewer (ActionScript 3, PHP)

DICOM Viewer (ActionScript 3, PHP)

The InDebug DICOM Viewer (built with Adobe's Flash AS3 and PHP) enables you to display a single DICOM files and embed it out. It supports DCM, CT and TIFF images, a wide range of flashvars (variables) for tweaking both behavior and appearance and an extensive tracking system.

 

  1. Download first the demo DICOM file HERE
  2. try the DICOM Viewer DEMO 1
The DICOM Viewer has limited memory on this server

Installation

This section details a step-by-step process of how to install the DICOM Viewer onto your page. The download ZIP contains all you need to get started.

Step 1: Transfer the imageview.swf and the DICOM folder from the ZIP to your website. (Make sure that you’ve also uploaded all photos you want to show onto your site.)

Step 2: Embed the Image Viewer in your HTML page

<embed 
  src="/imageviewer.swf" 
  width="470" 
  height="160"
  allowscriptaccess="always" 
  allowfullscreen="true" 
  flashvars="file=list.xml" 
/>

Notice the flashvars parameter can contain a list of variables for configuring the viewer. Select the variables you want to use and insert their names/values onto your page. It’s that simple.

Documentation/Flashvars

Flashvars are variables you can insert into your HTML code to control both behavior and appearance of the Image Viewer. You can add them with the addVariable() function and with the embed tag method they are inside the flashvars attribute, stacked with an & symbol. Note that you must urlencode the three glyphs ? = & inside flashvars, because of the way these flashvars are presented to the viewer. The urlencoded values for these symbols are listed here:

  • ? → %3F
  • = → %3D
  • & → %26

Tracking

Sets how to track images with api_key (API key). It can be either a tracking system or a complete API.


Sample:

MyVisualMD - http://www.thevisualmd.com/myvisualmd