LEADTOOLS Medical (Leadtools.Dicom assembly)

GetVoiLutData Method

Show in webframe







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
public int[] GetVoiLutData( 
   int index
)
'Declaration
 
Public Function GetVoiLutData( _
   ByVal index As Integer _
) As Integer()
'Usage
 
Dim instance As DicomDataSet
Dim index As Integer
Dim value() As Integer
 
value = instance.GetVoiLutData(index)
public int[] GetVoiLutData( 
   int index
)

            
public int[] getVoiLutData(int index)
 function Leadtools.Dicom.DicomDataSet.GetVoiLutData( 
   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

See Also

Reference

DicomDataSet Class
DicomDataSet Members
GetWindowCount Method
VoiLutCount Property
GetWindow(Int32) Method
SetWindow(Int32,DicomWindowAttributes) Method
DeleteWindow Method
GetVoiLut Method
SetVoiLut Method
DeleteVoiLut Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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