Leadtools.Dicom.Web Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
MedicalWebViewerStreamer Class
See Also  Members  
Leadtools.Dicom.Web Namespace : MedicalWebViewerStreamer Class



Stream a series images and information from a WCF DICOMService and initialize the MedicalViewer control.

Object Model




Syntax

Visual Basic (Declaration) 
Public Class MedicalWebViewerStreamer 
   Inherits ServiceStreamer(Of RasterImage, Object)
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerStreamer
C# 
public class MedicalWebViewerStreamer : ServiceStreamer<RasterImage, object> 
C++/CLI 
public ref class MedicalWebViewerStreamer : public ServiceStreamer<RasterImage, Object> 

Example

Please check our Medical Web Viewer demo, located in WinForms.csproj project.

Remarks

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

When streaming images the MedicalWebViewerStreamer 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 MedicalWebViewerStreamer will store the images and information in the user cache for fast retrieval in future requests.

Inheritance Hierarchy

System.Object
   Leadtools.Web.Services.ServiceStreamer<RasterImage, Object>
      Leadtools.Dicom.Web.MedicalWebViewerStreamer

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also

MedicalWebViewerStreamer requires a Web Viewer Framework Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features