Retrieves "LUT Data" for an item under "VOI LUT Sequence".
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
)
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".
Buffer that contains the "LUT Data".
This method will retrieve the "LUT Data" (0028,3006) for an item under the "VOI LUT Sequence" (0028,3010).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document