LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

Streamer Property (DicomInfo)







Gets or sets a Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase object that loads an image series, the information about it and initializes the MedicalViewer control.
Syntax
public MedicalViewerLoaderBase Streamer {get; set;}
'Declaration
 
Public Property Streamer As MedicalViewerLoaderBase
'Usage
 
Dim instance As DicomInfo
Dim value As MedicalViewerLoaderBase
 
instance.Streamer = value
 
value = instance.Streamer
public MedicalViewerLoaderBase Streamer {get; set;}
 get_Streamer();
set_Streamer(value);
public: __property MedicalViewerLoaderBase* get_Streamer();
public: __property void set_Streamer( 
   MedicalViewerLoaderBase* value
);
public:
property MedicalViewerLoaderBase* Streamer {
   MedicalViewerLoaderBase* get();
   void set (    MedicalViewerLoaderBase* value);
}

Property Value

A Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase object that loads an image series, the information about it and initializes the MedicalViewer control.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomInfo Class
DicomInfo Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.