selectorAttribute Property

Summary

Gets or sets the DICOM tag that will be used as a reference to sort.

Syntax

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

Property Value

Value that represents the DICOM tag that will be used as a reference to sort.

Remarks

If you wish to sort based on the frame 3D position, then ignore this property and use SortByCategory.

This value is valid if SortByCategory is set to None.

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