←Select platform

VoiType Property

Summary

Gets or sets the Display Set VOI Type (Optional).

Syntax
C#
VB
C++
[Element(DicomTag.VOIType)] 
[DataMemberAttribute()] 
public Nullable<VoiType> VoiType { get; set; } 
<ElementAttribute(New DicomTag.VOIType()),  
 DataMemberAttribute()>  
Public Property VoiType() As Nullable(Of VoiType) 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::VOIType())),  
   DataMemberAttribute] 
   property Nullable<VoiType^>^ VoiType 
   { 
      Nullable<VoiType^>^ get() 
      void set(Nullable<VoiType^>^ value) 
   } 

Property Value

The Display Set VOI Type.

Remarks

The VoiType is a Value of Interest (VOI) that defines a lookup table for altering an image for view. The hanging protocol supports predefined values that correspond to specific lookup tables. For more information, see VoiType

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly