Gets or sets the DICOM tag that will be used as a reference to sort.
Object.defineProperty(SortingOperation.prototype, 'selectorAttribute',
get: function(),
set: function(value)
)
selectorAttribute: number;
Value that represents the DICOM tag that will be used as a reference to sort.
If you wish to sort based on the frame 3D position, then ignore this property and use SortByCategory.
This value is valid if SortByCategory is set to None.
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