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

SetVoiLut Method








The zero-based index of the VOI LUT to set. According to the DICOM standard, one or more items could exist under one VOI LUT Sequence (0028,3010); use this index to specify which item to update.
The VOI LUT attributes to set.
Pointer to the buffer that holds the "LUT Data" (0028,3006) to set. This pointer cannot be null.
Sets the attributes that describe the VOI LUT. .NET support WinRT support Silverlight support
Syntax
public void SetVoiLut( 
   int index,
   DicomVoiLutAttributes attributes,
   int[] data
)
'Declaration
 
Public Sub SetVoiLut( _
   ByVal index As Integer, _
   ByVal attributes As DicomVoiLutAttributes, _
   ByVal data() As Integer _
) 
'Usage
 
Dim instance As DicomDataSet
Dim index As Integer
Dim attributes As DicomVoiLutAttributes
Dim data() As Integer
 
instance.SetVoiLut(index, attributes, data)
public void SetVoiLut( 
   int index,
   DicomVoiLutAttributes attributes,
   int[] data
)
ObjectiveC Syntax
 function Leadtools.Dicom.DicomDataSet.SetVoiLut( 
   index ,
   attributes ,
   data 
)
public:
void SetVoiLut( 
   int index,
   DicomVoiLutAttributes^ attributes,
   array<int>^ data
) 

Parameters

index
The zero-based index of the VOI LUT to set. According to the DICOM standard, one or more items could exist under one VOI LUT Sequence (0028,3010); use this index to specify which item to update.
attributes
The VOI LUT attributes to set.
data
Pointer to the buffer that holds the "LUT Data" (0028,3006) to set. This pointer cannot be null.
Remarks
The size of the data buffer should at least equal the number of entries in the lookup table.

According to the DICOM standard, DicomVoiLutAttributes.NumberOfEntries should be set to 0 if the number of entries in the lookup table is 2^16; however, you should NOT do that when calling this method. This method will handle correctly setting the value inside the Data Set.

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
GetVoiLut 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