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



The MedicalWebViewerObjectRetrieve Class is available as an add-on to the LEADTOOLS Medical Imaging toolkits.

Provides a default implementation for the Leadtools.Dicom.Services.DICOMObjectRetrieve plug-in

Object Model

MedicalWebViewerObjectRetrieve Class

Syntax

Visual Basic (Declaration) 
Public Class MedicalWebViewerObjectRetrieve 
   Inherits Leadtools.Dicom.Services.DICOMObjectRetrieve
   Implements IDICOMObjectRetrieve 
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerObjectRetrieve
C# 
public class MedicalWebViewerObjectRetrieve : Leadtools.Dicom.Services.DICOMObjectRetrieve, IDICOMObjectRetrieve  
C++/CLI 
public ref class MedicalWebViewerObjectRetrieve : public Leadtools.Dicom.Services.DICOMObjectRetrieve, IDICOMObjectRetrieve  

Remarks

The class implements the abstract methods defined in the DICOMObjectRetrieve plug-in to create an implementation class for the Leadtools.Dicom.Services.IDICOMObjectRetrieve plug-in.

Inheritance Hierarchy

System.Object
   Leadtools.Dicom.Services.DICOMObjectRetrieve
      Leadtools.Dicom.Services.MedicalWebViewer.MedicalWebViewerObjectRetrieve

Requirements

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

See Also