VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom Namespace / DicomOutputUnitsType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
DicomOutputUnitsType Enumeration
In This Topic
Specifies available unit types for DICOM output values.
Syntax
'Declaration

Public Enum DicomOutputUnitsType
   Inherits System.Enum

public enum DicomOutputUnitsType : System.Enum

Members
MemberDescription
LuminanceThe output value should be luminance in source frame bit depth.
Luminance16The output value should be luminance in 16-bit depth.
HounsfieldUnitsThe output value should be value in Hounsfield Units. Output values will be returned in Hounsfield Units only if DICOM frame contains metadata item "Image Type(0008, 0008)" with "Value 1" equals to "ORIGINAL" and "Value 3" does not equal to "LOCALIZER" and metadata item "Multi-energy CT Acquisition(0018,9361)" is absent or set to "NO".
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.Dicom.DicomOutputUnitsType

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also