←Select platform

GetVoiLutData Method

Summary

Retrieves "LUT Data" for an item under "VOI LUT Sequence".

Syntax
C#
VB
C++
Java
public int[] GetVoiLutData( 
   int index 
) 
Public Function GetVoiLutData( _ 
   ByVal index As Integer _ 
) As Integer() 
public int[] getVoiLutData(int index) 
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".

Remarks

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

Example

For an example, refer to VoiLutCount.

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.Dicom Assembly