LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
MedicalWebViewerLoader Class
See Also  Members  
Leadtools.Dicom.Web Namespace : MedicalWebViewerLoader Class



Streams a series images and information from a WCF Leadtools.Dicom.WCF.DICOMService and initialize the MedicalViewer control.

Object Model

MedicalWebViewerLoader ClassImageFormat ClassTextDrawingOptions ClassImageFormat ClassDicomWCFStreamer Class

Syntax

Visual Basic (Declaration) 
Public Class MedicalWebViewerLoader 
   Inherits Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase
   Implements IDisposable 
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerLoader
C++/CLI 
public ref class MedicalWebViewerLoader : public Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase, IDisposable  

Example

Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.

Remarks

This class implements the abstract methods for the ServiceStreamer class to asynchronously stream the requested series images and update the MedicalViewer control.

When streaming images the MedicalWebViewerLoader will use the low-memory usage feature of the MedicalViewer control which allows images for cells that are not visible to be unloaded from memory and then re-loaded when they are once again visible. The MedicalWebViewerLoader will store the images and information in the user cache for fast retrieval in future requests.

Inheritance Hierarchy

System.Object
   Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase
      Leadtools.Dicom.Web.MedicalWebViewerLoader

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also