sortByCategory Property

Summary

Gets or sets the enumeration that is used to sort the frames based on their 3D location or acquisition time.

Syntax

JavaScript Syntax
Object.defineProperty(SortingOperation.prototype, 'sortByCategory', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
sortByCategory: SortType; 

Property Value

SortType enumeration that is used to sort the frames based on their 3D location or acquisition time.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly