←Select platform

VoiType Property

Summary

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

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.VOIType)] 
public Nullable<VoiType> VoiType { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(New DicomTag.VOIType())>  
Public Property VoiType() As Nullable(Of VoiType) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::VOIType()))] 
   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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.