GetVOILUTAttributes method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short GetVOILUTAttributes(long lVOILUTIndex, long lFlags);

Overview

Refer to LUT Encoding.

Remarks

The GetVOILUTAttributes method updates the properties specified by the VOILUTAttributes property with the values of the attributes that describe the specified VOI LUT.

Before calling this method, use the VOILUTCount property to see if a "VOI LUT Sequence" (0028,3010) exists in the DICOM Data Set and to obtain the number of items under that sequence. The index specified by the parameter lVOILUTIndex is zero-based. If you pass 0 for example the method will populate the LUTDescriptorNumberOfEntries property, the LUTDescriptorFirstMapped property, and the LUTDescriptorEntryBits property with the values of the "LUT Descriptor" (0028,3002) under the first item in the "VOI LUT Sequence", and the LUTExplanation property with the value of the "LUT Explanation" (0028,3003) element if it exists.

See Also

Elements:

VOILUTCount property, VOILUTAttributes property, GetVOILUTData method, SetVOILUT method, DeleteVOILUT method, GetWindowAttributes method

Topics:

Lookup Tables