- 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".
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomDataSet Dim index As Integer Dim value() As Integer value = instance.GetVoiLutData(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".For an example, refer to VoiLutCount.
This method will retrieve the "LUT Data" (0028,3006) for an item under the "VOI LUT Sequence" (0028,3010).
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)