Sort Method

Summary

Sorts a list of DicomDataSetItem items based on the given sorting method.

Syntax
C#
VB
C++
Public Shared Function Sort( _ 
  ByVal dicomDataSetList As List(Of DicomDataSetItem), _ 
  ByVal SortingOperationsSequence As List(Of SortingOperation) _ 
  ) As List(Of DicomDataSetItem) 

Parameters

dicomDataSetList
The list to be sorted.

SortingOperationsSequence
The SortingOperation that specifies how the sort should be performed.

Return Value

The sorted list of DicomDataSetItem items.

Requirements

Target Platforms

See Also

Reference

SortDicom Class

SortDicom Members

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

Leadtools.Dicom.Common Assembly

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