Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

Current Version: Oviyam 0.9 Final Release (Rev13641) - 29 June 2010

  • OV-23 : Adding measurement tools - So far "Line measurement" tool has been added**
  • OV-74 : Window Level params should be put into user session rather than servlet context
  • OV-80 : Support to run multiple instance of Oviyam on a single server with separate configurations
  • OV-81 : Higher "rows" size images are retrieved for thumbnail pane, while main image is loaded with lesser "rows" size

Great work by Jeffrey Miller in adding line measurement to OV-23. This code will be the foundation for additional measurements and annotations in future.


Previous version (Oviyam 0.9 R2 (Rev12981)) - 20 March 2010

  • OV-45 : IE6 Support
  • OV-57 : Windows & Level tool won't work in Internet Explorere 6 & 7
  • OV-58 : Move Tool won't work in IE.
  • OV-66 : Restriction of image bitmaps to 512 pixel-row resolution introduced in 0.8 leads to pixellation/image quality degradation of plain film images.
  • OV-68 : Search with Date of Birth is not working.
  • OV-69 : Speed slider for multi-frame images does not work.
  • OV-70 : DICOM Info Tool results empty for Multiframe instances.
  • OV-71 : Support HTTP POST
  • OV-72 : Improvements to DcmWindowLevel.java
  • OV-73 : Avoid duplicate server requests..

Thanks to Justin for code / patch submissions on OV-45, OV-71 & OV-72


Previous version (Oviyam 0.9) - 22 January 2010

Bug fixes / feature improvements:

  • OV-6 : Patient List - Header should remain at the top when scrolling.
  • OV-21 : DICOM SR
  • OV-40 : Support Display of KO series.
  • OV-51 : Angios retrieved using Oviyam 0.8, the individual runs are in reverse chronological order.
  • OV-53 : Search screen is displayed, when "Preset" option from "Tools" is clicked.
  • OV-55 : Oviyam losts their configuration on every reboot.
  • OV-60 : US Multi-frame instances are not supported.
  • OV-61 : Tools - DICOM Info Panel display issues.
  • OV-62 : Keyboard shortcut for moving to next/previous images int the series - not working in Safari and IE.
  • OV-63 : Support for viewing videos within Oviyam*
  • OV-66 : Restriction of image bitmaps to 512 pixel - row resolution introduced in 0.8 leads to pixellation/image quality degradation of plain film images.

To view DICOM MPEG2 Videos, the VLC plugin has to be installed for your browser. On Windows, select the browser plugin while installing VLC. If you already have VLC installed - reinstall it. On Mac OS X the browser plugin is a separate download

This version of Oviyam will work with the latest beta release of OsiriX too


Previous version (Oviyam 0.8 R12) - 02 May 2009

Bug Fixes

  • OV-48 - Additional query parameters for launching Oviyam from other programs. Specially using the Accession number.
  • OV-49 - Issues loading Oviyam with study context.
  • OV-50 - Javascript error when changing background color before selecting a study.
  • OV-52 - WL/WW and Move operation shouldn't be triggered together.

Previous version (Oviyam 0.8 R1) - 26 March 2009

New & improved in this release

  • WL/WW values used to generate the JPEG image are displayed on the screen.
  • WL/WW can be changed with mouse operation like Xero.
  • WL/WW Presets for Chest /Abdomen/Pelvis, Lung, Brain, Bone and Head/Neck (OV-24).
  • WL/WW values can be manually entered.

Bug Fixes

  • Studies containing empty "Referring Physician Name" were not shown in the patient's list.
  • Multi - Modality studies were not listed and shown as single modality in the patient list.
  • Patient Information was not displayed in the viewer, when direct URL is used.
  • Multi-frame XA studies view was broken in the 0.7 release.
  • Multi-frame objects are no longer expanded as a instance.
  • Studies with Special Characters in the patient's name could not be opened or viewed.
  • Series with duplicate series numbers could not be opened.

Notes

As is obvious, the focus of this release has been Window Level & Window Width manipulations since this was a frequently asked for feature.

For performance & bandwidth reasons we had to make the following compromises.

  • Oviyam retrieves a new image only on mouse button up, based on the delta of mouse movement, not on mouse move as in Xero. In plain words, Oviyam fetches a new JPEG image with the changed WL/WW only after the mouse button is released, based on the distance the mouse button has been clicked and moved. Xero continuously fetches new JPEG images as the mouse is clicked and moved over the image.
  • DICOM images larger than 1024 pixels in width are proportionately scaled down to 1024 pixel width.

At present we're using the standard WADO service of dcm4chee. Bill has implemented a faster and more optimized version called WADO2 in his Xero project which we would like to move to in future.

Thanks to Justin who contributed code from one of his projects for WL/WW presets.


Previous version (Oviyam 0.7 ß4) - 05 April 2008

New & improved in this release

  • Support for DICOM multiframe objects
  • Support for DICOM Structured Reports (SR)
  • Use the mouse wheel to navigate back and front between images

Bug fixes

  • General bug fixes

Previous version (Oviyam 0.7 ß3) - 29 March 2008

What's new in this version compared to previous version

Highlights

  • Query logic has been rewritten & optimised for speed. Significant speed up has been acheived
  • New screens iPhone / iPod touch

New & improved in this release

  • Query screen - Date picker added
  • Query screen - Warning given for large data sets (When all/all is selected)
  • Query URL - to bypass the initial query screen
  • Patient List - Sort order can be changed by clicking on header
  • DICOM Attributes can be viewed for the current image
  • A C-ECHO is made at load time to verify that the DICOM Configuration is valid
  • Support for all the values in org.dcm4che.util.DcmProtocol (TLS, etc)
  • Patient name has been added to the Browser window title
  • Text colour changed to amber to reduce eyestrain
  • Thumbnail previews in Grid and Mosaic view are numbered
  • Patient ID is an optional parameter when calling studies directly

Bug fixes

  • Patient List - Query results now consolidate different studies for the same patient into one expandable line
  • Image Screen - Sliders now work properly in Safari
  • Image screen - Patient name is displayed when a study or series is called using the direct URL
  • config.xml has been renamed to oviyam-config.xml to make it more distinctive and differentiate it from other config files
  • config.xmI has been moved to "WEB-INF/classes/conf/" inside the WAR file from "<JBOSS_HOME>/bin/config.xml"
  • Removed log4j.jar from Oviyam distribution and instead use log4j installed with JBoss
  • Logging has been improved
  • Images are now sorted based on instance number in the DICOM tags
  • Better support for IE7

Previous version (Oviyam 0.6) - 26 December 2007

This release has taken longer than expected but I think you'll agree with me that the delay has been worth it. So as a Boxing Day special here's what's new:

We finally have a name! After going through several suggestions we now present Oviyam (IPA: ovɪyum - Tamil for art. In Tamil: ஓவியம்), Web DICOM browser. I now know the difficulties faced by parents in naming their kids. You have my sympathies (smile)

Under the hood

  • Now licensed under MPL 1.1/GPL 2.0/LGPL 2.1 to bring it in compliance with the dcm4che project
  • Now using Ant to create builds

WYSIWYG

  • Ground up rewrite using CSS & AJAX
  • W3C compliance
  • Single window interface - earlier versions would sometimes spawn a new window
  • Configuration option for Host name, port, AETitle & WADO port (WADO port issue pointed out by Phil)
  • Patient list slides out of view when a study or series is selected (Idea suggested by Ron Sweeney)
  • Toggle Series pane in & out of view
  • Keyboard shortcuts to navigate & move back and forth between images in a series
  • Display of non-square images with proportional scaling (Issue pointed out by Jan)
  • Pan & Zoom
  • Launch Oviyam with a study/series context (Peter & Damien had asked for this.) We're using the syntax defined by Bill for Xero.

Known Bugs

  • The query results present different studies for the same patient as separate lines
  • Sliders do not work properly in Safari
  • Date picker is MIA in the query screen
  • Not tested under Safari 2.0, Internet Explorer or Opera - results are unpredictable (Firefox & Safari 3.0 are the preferred browsers for now)

Keyboard shortcuts:

  • P - toggle patient list
  • S - toggle series preview
  • G - Grid view
  • M - Mosaic view
  • L - Play images in a Loop
  • Up / Left arrow / - (minus) - move to next image in series
  • Down / Right arrow / + (plus) - move to next image in series

Previous version (Release 0.5) - 26 November 2007

Initial public release

  • No labels