←Select platform

MedicalViewerSeriesManager Class

Summary

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

Syntax

C#
VB
C++
public class MedicalViewerSeriesManager 
  
Public Class MedicalViewerSeriesManager  
             
            public ref class MedicalViewerSeriesManager  
             

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
Example

For an example, refer to MedicalViewerSeriesStack

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly