DicomSortImageData Class

Summary

The DicomSortImageData class contains information about a DICOM image obtained from the data set.

Syntax
C#
VB
C++
public class DicomSortImageData 
  
Public Class DicomSortImageData  
            public ref class DicomSortImageData  

Remarks

The information placed in an instance of this class is used to arrange and categorize DICOM images based on their locations.

Perform the following steps to sort:

  • Create an instance of this class for each image
  • Fill it with DICOM information
  • Place each in a list
  • Send the list to the DicomSortSeriesManager.Sort

Example

For an example, refer to DicomSortSeriesStack

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly