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 int[] getVoiLutData(int index)
function Leadtools.Dicom.DicomDataSet.GetVoiLutData(
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).
For an example, refer to VoiLutCount.
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