DicomImageInfo

DicomImageInfo class

包含来自 Dicom 文件 header 的所有元信息

public sealed class DicomImageInfo

特性

姓名描述
BitsAllocated { get; }获取“bitsAllocated”的值。
Blues { get; }获取 blue 的数组颜色
DicomHeaderInfoByBytes { get; }以字节为单位获取dicom头信息
DicomInfo { get; }获取DICOM文件的头信息
Greens { get; }获取green 的数组颜色
Height { get; }获取高度。
IsLittleEndian { get; }获取一个值,该值指示此实例是否为小端。
NumberOfFrames { get; }获取帧数。
Offset { get; }获取偏移量。
PhotoInterpretation { get; }获取“PhotoInterpretation”的值。
PixelRepresentation { get; }获取像素“pixelRepresentation”的值。
PlanarConfiguration { get; }获取平面配置。
Reds { get; }获取 red 的数组颜色
RescaleIntercept { get; }获取“rescaleIntercept”的值。
RescaleSlope { get; }获取“rescaleSlope”的值。
SamplesPerPixel { get; }获取“samplesPerPixel”的值。
SignedImage { get; }获取一个值,表示是否“signedImage”。
Width { get; }获取宽度。
WindowCentre { get; }获取窗口中心。
WindowWidth { get; }获取窗口的宽度。

也可以看看