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 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.