LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

GetVoiLut Method








The zero-based index of the VOI LUT to retrieve. 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 attributes.
Retrieves the attributes that describe the VOI LUT. .NET support WinRT support Silverlight support
Syntax
public DicomVoiLutAttributes GetVoiLut( 
   int index
)
'Declaration
 
Public Function GetVoiLut( _
   ByVal index As Integer _
) As DicomVoiLutAttributes
'Usage
 
Dim instance As DicomDataSet
Dim index As Integer
Dim value As DicomVoiLutAttributes
 
value = instance.GetVoiLut(index)
public DicomVoiLutAttributes GetVoiLut( 
   int index
)
ObjectiveC Syntax
 function Leadtools.Dicom.DicomDataSet.GetVoiLut( 
   index 
)
public:
DicomVoiLutAttributes^ GetVoiLut( 
   int index
) 

Parameters

index
The zero-based index of the VOI LUT to retrieve. 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 attributes.

Return Value

The VOI LUT attributes.
Remarks
Before calling this method, access VoiLutCount to see if a VOI LUT Sequence (0028,3010) exists in the DICOM Data Set and to obtain the number of items under that sequence.

index is zero-based. If you pass 0, this method will populate DicomVoiLutAttributes with the values of the "LUT Descriptor"(0028,3002) under the first item in the "VOI LUT Sequence" and DicomVoiLutAttributes.LutExplanation with the value of the "LUT Explanation" (0028,3003) element, if it exists.

Example
For an example, refer to VoiLutCount.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 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