DicomSortSeriesManager Class

Summary
The DicomSortSeriesManager sorts and groups the given data and provides it to the user for easier and more organized access.
Syntax
C#
C++/CLI
public class DicomSortSeriesManager 
            public ref class DicomSortSeriesManager  
Remarks

The main job for this class is to receive data for each frame, place it in DicomSortImageData objects. It then sorts them, and groups them based on their information. Two lists are output: the Stack list and the 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 is displayed correctly, and makes 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 using an angle different from the angle of the slices used that created the 3D object.
Requirements

Target Platforms

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.