Gets or sets the array that contains the LUT descriptor.
Object.defineProperty(DICOMImageInformation.prototype, 'lutDescriptor',
get: function(),
set: function(value)
)
lutDescriptor: number[];
An array that contains the LUT Descriptor.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET