LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

GetDicomImage Method

Show in webframe



The SOP Instance UID for the DICOM object to match.
An optional System.String to change the DICOM object Transfer Syntax. This value can be null or System.String.Empty.
An optional number to specify the compression loss of the image,Set 0 for lossless compression. This value is valid only when the transferSyntax parameter is set to a Transfer Syntax the supports image compression.
User custom data.
Retrieves a DICOM image from a DICOM object.
Syntax
'Declaration
 
Public Function GetDicomImage( _
   ByVal sopInstanceUID As String, _
   ByVal transferSyntax As String, _
   ByVal qualityFactor As Integer, _
   ByVal extraData As String _
) As Leadtools.RasterImage
'Usage
 
Dim instance As DicomWCFStreamer
Dim sopInstanceUID As String
Dim transferSyntax As String
Dim qualityFactor As Integer
Dim extraData As String
Dim value As Leadtools.RasterImage
 
value = instance.GetDicomImage(sopInstanceUID, transferSyntax, qualityFactor, extraData)
public Leadtools.RasterImage GetDicomImage( 
   string sopInstanceUID,
   string transferSyntax,
   int qualityFactor,
   string extraData
)
public:
Leadtools.RasterImage^ GetDicomImage( 
   String^ sopInstanceUID,
   String^ transferSyntax,
   int qualityFactor,
   String^ extraData
) 

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 transferSyntax parameter is set to a Transfer Syntax the supports image compression.
extraData
User custom data.

Return Value

The RasterImage for the requested DICOM image.
Requirements

Target Platforms

See Also

Reference

DicomWCFStreamer Class
DicomWCFStreamer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.