LEADTOOLS Medical (Leadtools.MedicalViewer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
Sort Method
See Also 
Leadtools.MedicalViewer Namespace > MedicalViewerSeriesManager Class : Sort Method



inputList
a list of MedicalViewerImageData that will be stored.
inputList
a list of MedicalViewerImageData that will be stored.
Sorts the input list of data based on various values stored inside them.

Syntax

Visual Basic (Declaration) 
Public Function Sort( _
   ByVal inputList As List(Of MedicalViewerImageData) _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerSeriesManager
Dim inputList As List(Of MedicalViewerImageData)
Dim value As Boolean
 
value = instance.Sort(inputList)
C++/CLI 
public:
bool Sort( 
   List<MedicalViewerImageData^>^ inputList
) 

Parameters

inputList
a list of MedicalViewerImageData that will be stored.

Example

For an example, refer to MedicalViewerSeriesStack

Remarks

  • The method will sort the list based on
    • Image position
    • image orientation
    • echo number
    • instance number
    • frame of reference UID
    so it's important for a successful sorting, to have those data properly filled in.
  • if the sort failed for any reason, it will return false.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features