order Property

Summary

Gets or sets the enumeration that determines whether to sort in ascending to descending order.

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

Property Value

SortOrder enumeration that determines whether to sort in ascending to descending order.

Remarks

To determine which DICOM tag to use for sort, refer to SelectorAttribute.

For steps on how to sort the medical viewer cell, refer to SortingOperation.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.