Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Dicom Namespace / CtSliceInfo Class
Properties Methods


In This Topic
    CtSliceInfo Class Members
    In This Topic

    The following tables list the members exposed by CtSliceInfo.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets the "Bits Allocated" attribute (0028,0100)  
    Public Property Gets the "Columns; attribute (0028,0011)  
    Public Property Gets the file name.  
    Public Property Gets the X coordinate of the "Image Position (Patient)" attribute (0020,0032)  
    Public Property Gets the Y coordinate of the "Image Position (Patient)" attribute (0020,0032)  
    Public Property Gets the Z coordinate of the "Image Position (Patient)" attribute (0020,0032)  
    Public Property Gets the "Instance Number" attribute (0020,0013)  
    Public Property Gets the "Photometric Interpretation" attribute (0028,0004)  
    Public Property Gets the "Pixel Padding Value" attribute (0028,0120)  
    Public Property Gets the "Pixel Representation" attribute (0028,0103)  
    Public Property Gets the second value (column spacing in mm) of the "Pixel Spacing" attribute (0028,0030)  
    Public Property Gets the first value (row spacing in mm) of the "Pixel Spacing" attribute (0028,0030)  
    Public Property Gets the "Rescale Intercept" attribute (0028,1052)  
    Public Property Gets the "Rescale Slope" attribute (0028,1053)  
    Public Property Gets the "Rows" attribute (0028,0010)  
    Public Property Gets the "Sample Per Pixel" attribute (0028,0002)  
    Public Property Gets the "Slice Thickness" attribute (0018,0050)  
    Public Property Gets the "Transfer Syntax UID" attribute (0002,0010)  
    Public Property Gets the "Window Center" (brightness) attribute (0028,1050)  
    Public Property Gets the "Window Width" (contrast) attribute (0028,1051)  
    Top
    Protected Properties
     NameDescription
    Protected Property  
    Protected Property  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of this CT Slice.  
    Public Method Gets the pixel data of a CT slice as gray-scale bitmap.  
    Public Method Gets the Hounsfield value of a specified voxel (RowIndex/ColumnIndex).  
    Public MethodFills the Hounsfield Pixel matrix. If you use an external library to read the DICOM images, then you need to override this method.  
    Top
    See Also