IodElement Class

The IOD (Information Object Definitions) element. <remarks>This is the DicomElement that contains the info about the single slice.</remarks>
Public Class IodElement 
Inherits DicomElement
This language is not supported or no code example is available.
public class IodElement : DicomElement
This language is not supported or no code example is available.
Name Description
Public property DicomNode Gets the dicomNodeType. (inherited from DicomElement).
Public property Elements Gets or sets the collection of the child elements.
Public property Header Gets or sets the header. (inherited from DicomElement).
Public property Parent Gets or sets the parent element. (inherited from DicomElement).
Public property SliceInfo Gets or sets the CtSliceInfo.
Public property Tag The Tag.
Top
Methods
 
Name Description
Public method BuildHounsfieldValues() Fills the Hounsfield Pixel matrix.
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetBitmap() Gets the pixel data of the CT slice as bitmap.
Public method GetBitmap(int, int) Gets the pixel data of the CT slice as bitmap.
Public method GetColumns() Gets the "Columns; attribute (0028,0011)
Public method GetDicomVersion()
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetHounsfieldPixelValue(int, int) Gets the Hounsfield value of a specified voxel (RowIndex/ColumnIndex).
Public method GetPixelPaddingValue() Gets the "Pixel Padding Value" attribute (0028,0120)
Public method GetPixelSpacing(out float, out float) Gets the "Pixel Spacing" attribute (0028,0030)
Public method GetRows() Gets the "Rows" attribute (0028,0010)
Public method GetSliceThickness() Gets the "Slice Thickness" attribute (0018,0050)
Public method GetTransferSyntax() Gets the "Transfer Syntax UID" attribute (0002,0010)
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method GetWindowCenter() Gets the "Window Center" (brightness) attribute (0028,1050)
Public method GetWindowWidth() Gets the "Window Width" (contrast) attribute (0028,1051)
Public method IsSupportedDicomFile() Checks the DicomVersion to know if the current element is or not a supported DICOM file.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString() Returns a string that represents the current object. (inherited from DicomElement).
Top

.NET Framework

Supported in: 4.8

In this article

Definition