Retrieves a DICOM image from a DICOM object.
Parameters
- sopInstanceUID
- The SOP Instance UID for the DICOM object to match.
- transferSyntax
- An optional System.String to change the DICOM object Transfer Syntax. This value can be null or System.String.Empty.
- qualityFactor
- An optional number to specify the compression loss of the image,Set 0 for lossless compression. This value is valid only when the parameter is set to a Transfer Syntax the supports image compression.
- extraData
- User custom data.
Return Value
The RasterImage for the requested DICOM image.