←Select platform

VoiType Property

Summary

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

Syntax
C#
C++/CLI
[DataMemberAttribute()] 
[Element(DicomTag.VOIType)] 
public Nullable<VoiType> 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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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