Sorts the input list of data based on various values stored inside the data.
public bool Sort(
List<DicomSortImageData> inputList
)
Public Overloads Function Sort( _
ByVal inputList As List(Of DicomSortImageData) _
) As Boolean
public:
bool Sort(
List<DicomSortImageData^>^ inputList
)
inputList
A list of DicomSortImageData that will be sorted.
For successful sorting, it is important to have the data properly filled in.
If the sort fails for any reason, it will return false.
For an example, refer to DicomSortSeriesStack
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET