- inputList
- a list of MedicalViewerImageData that will be stored.
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# | |
---|---|
public bool Sort( List<MedicalViewerImageData> inputList ) |
C++/CLI | |
---|---|
public: bool Sort( List<MedicalViewerImageData^>^ inputList ) |
Parameters
- inputList
- a list of MedicalViewerImageData that will be stored.
For an example, refer to MedicalViewerSeriesStack
- The method will sort the list based on
- Image position
- image orientation
- echo number
- instance number
- frame of reference UID
- if the sort failed for any reason, it will return false.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7