Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
GetVoiLutData Method
See Also 
Leadtools.Dicom Namespace > DicomDataSet Class : GetVoiLutData Method



index
The zero-based index of the VOI LUT whose data is required. According to the DICOM standard, one or more items could exist under one VOI LUT Sequence (0028,3010); use this index to specify the item from which to retrieve the "LUT Data".
index
The zero-based index of the VOI LUT whose data is required. According to the DICOM standard, one or more items could exist under one VOI LUT Sequence (0028,3010); use this index to specify the item from which to retrieve the "LUT Data".
Retrieves "LUT Data" for an item under "VOI LUT Sequence".

Syntax

Visual Basic (Declaration) 
Public Function GetVoiLutData( _
   ByVal index As Integer _
) As Integer()
Visual Basic (Usage)Copy Code
Dim instance As DicomDataSet
Dim index As Integer
Dim value() As Integer
 
value = instance.GetVoiLutData(index)
C# 
public int[] GetVoiLutData( 
   int index
)
C++/CLI 
public:
array<int>^ GetVoiLutData( 
   int index
) 

Parameters

index
The zero-based index of the VOI LUT whose data is required. According to the DICOM standard, one or more items could exist under one VOI LUT Sequence (0028,3010); use this index to specify the item from which to retrieve the "LUT Data".

Return Value

Buffer that contains the "LUT Data".

Example

For an example, refer to VoiLutCount.

Remarks

This method will retrieve the "LUT Data" (0028,3006) for an item under the "VOI LUT Sequence" (0028,3010).

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features