DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomImage Class

In This Topic
    DicomImage Class Methods
    In This Topic

    For a list of all members of this type, see DicomImage members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Creates and adds standard data elements to the underlying DicomDataSet  
    Public MethodOverloaded.  Add byte[] as attribute value to avoid copying large data  
    Public MethodOverloaded. Creates a SKBitmap object from DicomImage  
    Public Method Useful method to check if the image can be converted using a different compression specified by the TransferSyntax  
    Public Method Simulate the effect of writing out as a Decompressed Image  
    Public MethodOverloaded. Clears the internal cache for compressed and uncompressed pixel data, lookup data and DirectX textures  
    Public MethodOverloaded. Returns a cloned copy of the DicomImage  
    Public MethodCauses all the frames of an image to be decompressed.  
    Public MethodOverloaded. Methods to determine the size at which am image would be shown  
    Public MethodReleases the resources used by the DicomImage object This does not dispose the underlying DicomDataSet object which is DataSet, an explicit Dispose call will be needed to have that effect  
    Public Method Perpendicular distance from a Point to the plane of this image  
    Public MethodOverloaded. Methods to determine the degree to which part of an image has already been downloaded  
    Public MethodOverloaded.  Export DicomImage to supported Format  
    Public MethodGet cache size used by DicomObjects for the image - useful to help decide when to call ClearCaches method  
    Public MethodThe colour lookup table of DicomImage  
    Public Method

    Contains an array of DicomMaskRange objects to be applied to this image.

    See the DicomMaskRange object for more information on how this is used.

     
    Public MethodOverloaded. Find the maximum and minimum pixel data values in the pixel data  
    Public Method Extract individual frame from the pixel data  
    Public Method Returns an array containing the distribution of raw pixel values.  
    Public Method The currently displayed plane of this image.  
    Public MethodOverloaded. Copies the image data from an external image format  
    Public Method Matrix specifying how the image is displayed onto display of the stated size  
    Public Method Matrix specifying how the image would be displayed with a Zoom of 1:1  
    Public Method Returns a float array of pixel values for a frame, optionally transformed via the modality transformation  
    Public Method Returns an array of pixel values for a frame, optionally transformed via the modality transformation  
    Public MethodOverloaded.  Creates a copy of the image for printing or other purposes  
    Public Method Returns an array of raw pixel values for a frame  
    Public MethodOverloaded. Read from a file, a system IO stream or a byte array  
    Public Method Reads from Web Address  
    Public MethodThis method returns a new DicomLabel object which represents the position of one DicomImage relative to another.  
    Public MethodOverloaded. Render the DicomImage to array.  
    Public MethodOverloaded. Sends an image to a remote Storage SCP  
    Public MethodThe colour lookup table of DicomImage  
    Public Method Recalculates the default windows used by DicomObjects as if the image had just been loaded  
    Public Method

    Contains an array of DicomMaskRange objects to be applied to this image.

    See the DicomMaskRange object for more information on how this is used.

     
    Public Method Method to set pixel data directly from a stream  
    Public Method Method to import pixel data directly from a non-DICOM data  
    Public Method Maps an external file as the pixel data  
    Public MethodOverloaded.  Sets the frame number of the mask frame for subtraction.  
    Public MethodOverloaded. Get the pixel spacing of the DicomImage  
    Public MethodOverloaded. Creates a copy of part or all of the image  
    Public MethodCauses the image to be updated  
    Public MethodOverloaded. Write the data to a file, Stream or Byte Array  
    Top
    See Also