←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; } 
<ElementAttribute(7472898),  
 DataMemberAttribute()>  
Public Property VoiType() As System.Nullable(Of Leadtools.Dicom.Common.DataTypes.VoiType) 
   Get 
   Set 
public:  
   [ElementAttribute(7472898),  
   DataMemberAttribute] 
   property System::Nullable<Leadtools::Dicom::Common::DataTypes::VoiType^> VoiType 
   { 
      System::Nullable<Leadtools::Dicom::Common::DataTypes::VoiType^> get() 
      void set(System::Nullable<Leadtools::Dicom::Common::DataTypes::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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly