Gets or sets the enumeration that is used to sort the frames based on their 3D location or acquisition time.
Object.defineProperty(SortingOperation.prototype, 'sortByCategory',
get: function(),
set: function(value)
)
sortByCategory: SortType;
SortType enumeration that is used to sort the frames based on their 3D location or acquisition time.
To sort the DICOM files based on a custom DICOM Tag, set this value to None. and then use SelectorAttribute.
For steps on how to sort the medical viewer cell, refer to SortingOperation.
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