lutDescriptor Property

Summary

Gets or sets the array that contains the LUT descriptor.

Syntax

JavaScript Syntax
Object.defineProperty(DICOMImageInformation.prototype, 'lutDescriptor', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly