HTML5 Medical Web Viewer Framework Demo Overview

Summary

The HTML5 Medical Viewer demo is an example of extending a PACS over the web. It allows any Web browser to query, retrieve and view DICOM images from anywhere over the Web with zero foot-print deployment.

The HTML5 viewer demo uses the Web server's WCF REST service to query and retrieve image information, manage the client patient record access and move DICOM instances from other remote PACS.

The viewer utilizes the WCF REST service by streaming a JPEG compressed version of the DICOM image for fast display, then it streams the original DICOM image as raw data in the background to allow accurate Window leveling processing.

The demo implementation of the HTML5 viewer uses JavaScript to consume the WCF REST service and view the images. However, the WCF REST service can be consumed by any Web client such as ASP.NET, JAVA or PHP.

The viewer portion of the HTML5 Web Viewer demo implements many tools commonly used by the physicians such as window-leveling, interactive Pan and Zoom, series scrolling, annotations, overlay tags and magnifying glass.

The demo utilizes the built-in browser cache for images by initiating GET requests supported by any browser. Since a requests contains an encrypted user token, it will make sure that other clients will not have access to the cached images since each client will have their own token.

The HTML5 Medical Viewer demo also implements user management, permissions and patient access rights; allowing administrators to control who can access what from anywhere over the web. For example, an administrator can create a new user account, assign only query and view images permissions for the local archive and limit user permissions so the user can access only those patient information and images that the user has been given permission to access.

A technician can also benefit from the framework by requesting the download (C-MOVE) of images/series from other remote PACS into the local PACS and add that into a queue so DICOM series are ready to be viewed by the physician when needed. Administrators can make sure that technicians can perform this operation without compromising the security of patient information by limiting the access of the technicians to querying the local archive or viewing the images.

The following system architecture diagram details the components of the HTML5 Viewer, HTML Client and the System Management system, as well as the workflow relationships among the Server Side of the LEADTOOLS HTML5 Web Viewer Framework, Image Archive and Database Server.

HTML5 Client Side Architecture

Examples of possible remote client applications using the Web Services exposed by the LEADTOOLS HTML5 Web Viewer Framework

Web-based system management interface for System Management Using the Web Service methods exposed by the Authentication and Patient Access Rights Service, a system management page can perform the following tasks:

  • Create and manage users
  • Assign patients to users
  • Assign permissions to users, controlling server resource accessibility

Hospital/Radiology Information System (HIS/RIS) or Patient Management System

  • Query patient and image availability
  • Retrieve preview images or full-size images in various image formats
  • Assign patient access permissions to users
  • Trigger image pre-fetching from different DICOM AE
  • Retrieve complete DICOM instances
  • Query and retrieve images from different preconfigured PACS
  • Perform all actions listed above securely

Any HTTP-based Medical Web Viewer

  • Query patients, studies, series and images
  • Retrieve DICOM images or objects
  • Retrieve preview images or full-resolution images in various image formats. (i.e. JPEG, JPEG2000, TIF etc.)
  • Retrieve entire DICOM files
  • Query and retrieve images from different preconfigured PACS
  • Perform all actions listed above securely

HTML5 Medical Viewer application in any Web browser

  • Zero foot-print deployment
  • Query patients, studies, series and images
  • Retrieve DICOM images or objects
  • Retrieve preview images or full-resolution images in various image formats. (i.e. JPEG, JPEG2000, TIF etc.)
  • Retrieve entire DICOM files
  • Query and retrieve images from different preconfigured PACS
  • Utilize background image download streaming
  • Use the sample HTML5 Viewer control (with its built-in tools like window leveling, annotations, Zoom and Pan) to provide a desktop application experience
  • Perform all actions listed above securely

Programming Reference

Zero-Footprint, Cross Platform Web Viewer Library Reference

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Medical Web Viewer