←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly