openDICOM.NET API Reference (openDICOM# Class Library) |
|
PixelData Members
PixelData overview
Public Static Fields
Public Static Methods
 HasPixelData | Determines whether specified data set contains pixel data. |
 IsValid | Determines whether specified data set contains the minimum of necessary content for working with pixel data. |
Public Instance Constructors
PixelData
|
Overloaded. Initializes a new instance of the PixelData class. |
Public Instance Properties
BitsAllocated | Value from DICOM tag (0028,0100). If this value is not specified, 0 will be returned. |
BitsStored | Value from DICOM tag (0028,0101). If this value is not specified, 0 will be returned. |
Columns | Value from DICOM tag (0028,0011). If this value is not specified, 0 will be returned. |
Data | Pixel data, DICOM tag (7FE0,0010), as DICOM data element. |
HighBit | Value from DICOM tag (0028,0102). If this value is not specified, -1 will be returned. |
IsJpeg | Determines by the DICOM transfer syntax whether pixel data is stored as JPEG. If the transfer syntax is unknown, pixel data will not be understood as JPEG data. |
PlanarConfiguration | Value from DICOM tag (0028,0006). If this value is not specified, -1 will be returned. |
Rows | Value from DICOM tag (0028,0010). If this value is not specified, 0 will be returned. |
SamplesPerPixel | Value from DICOM tag (0028,0002). If this value is not specified, 0 will be returned. |
Public Instance Methods
LoadFrom | Overloaded. |
ToArray | Returns the entire DICOM pixel data as array of binary arrays. |
ToBytesArray | Returns the entire DICOM pixel data as array of byte arrays. |
See Also
PixelData Class | openDicom.Image Namespace