LEADTOOLS Medical (Leadtools.MedicalViewer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
MedicalViewerSeriesManager Class
See Also  Members  
Leadtools.MedicalViewer Namespace : MedicalViewerSeriesManager Class



The MedicalViewerSeriesManager sorts and group the given data and provides them to the user for easier and more organize access.

Object Model

MedicalViewerSeriesManager Class

Syntax

Visual Basic (Declaration) 
Public Class MedicalViewerSeriesManager 
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerSeriesManager
C# 
public class MedicalViewerSeriesManager 
C++/CLI 
public ref class MedicalViewerSeriesManager 

Example

For an example, refer to MedicalViewerSeriesStack

Remarks

This class main job is to receive data for each frame, which is placed in MedicalViewerImageData and sort them, and group them based on their information. the output from this class is two lists: Stack list and Localizer list:
  • The stack list: is a collection of stacks of images, each image in the stack is sorted based on its actual real world position, so it's displayed correctly, and make it easier for the 3D toolkit to create an accurate 3D object.
  • The localizer list: is a collection of localizers, the localizer is a single slice image extracted from the 3D object with angle different than the angle of the slices that created the 3D object

Inheritance Hierarchy

System.Object
   Leadtools.MedicalViewer.MedicalViewerSeriesManager

Requirements

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

See Also

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features