SortType Enumeration

Summary

Describes the sorting method used to arrange the images inside the cell.

Syntax
TypeScript
JavaScript
lt.Controls.Medical.SortType = { 
	none: 0, 
	byAxis: 1, 
	byAcquisitionTime: 2 
} 
lt.Controls.Medical.SortType = { 
	none: 0, 
	byAxis: 1, 
	byAcquisitionTime: 2 
} 

Members

0 None

None, use custom sorting operation, though SelectorAttribute

1 ByAxis

Sort the items by their 3D position.

2 ByAcquisitionTime

Sort the items by their acquisition time.

Remarks

This is used for the sorting feature in the medical viewer, refer to SortingOperation

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly