Gets or sets the enumeration that determines whether to sort in ascending to descending order.
Object.defineProperty(SortingOperation.prototype, 'order',
get: function(),
set: function(value)
)
order: SortOrder;
SortOrder enumeration that determines whether to sort in ascending to descending order.
To determine which DICOM tag to use for sort, refer to 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