SortType Enumeration

Summary

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

Syntax

JavaScript Syntax
lt.Controls.Medical.SortType = { 
	None: 0, 
	ByAxis: 1, 
	ByAcquisitionTime: 2 
} 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly