Sort Method

Summary
Sorts the input list of data based on various values stored inside the data.
Syntax
C#
C++/CLI
public bool Sort( 
   List<DicomSortImageData> inputList 
) 
            public: 
bool Sort(  
   List<DicomSortImageData^>^ inputList 
)  

Parameters

inputList
A list of DicomSortImageData that will be sorted.

Remarks
  • The method will sort the list based on
    • Image position
    • Image orientation
    • Echo number
    • Instance number
    • Frame of reference UID

For successful sorting, it is important to have the data properly filled in.

If the sort fails for any reason, it will return false.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.