lutDescriptor Property

Summary

Gets or sets the array that contains the LUT descriptor.

Syntax
TypeScript
JavaScript
Object.defineProperty(DICOMImageInformation.prototype, 'lutDescriptor', 
	get: function(), 
	set: function(value) 
) 
lutDescriptor: number[]; 

Property Value

An array that contains the LUT Descriptor.

Remarks

This value can be retrieved from the DICOM data set.

Not all DICOM images have this value.

If the DICOM image has this value, then it must be set for the window level to work correctly.

This value is usually used with the FirstStoredPixelValueMapped property.

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