C#
VB
C++
Gets or sets the Display Set VOI Type (Optional).
[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)
}
The Display Set VOI Type.
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
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET