Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

GetImageInfoEx Method (IDICOMObjectRetrieve)






The SOP Instance UID of the DICOM object.
Custom user data.
Retrieves extended image information for a DICOM object.
Syntax
ImageInfoEx GetImageInfoEx( 
   string sopInstanceUID,
   string extraData
)
'Declaration
 
Function GetImageInfoEx( _
   ByVal sopInstanceUID As String, _
   ByVal extraData As String _
) As ImageInfoEx
'Usage
 
Dim instance As IDICOMObjectRetrieve
Dim sopInstanceUID As String
Dim extraData As String
Dim value As ImageInfoEx
 
value = instance.GetImageInfoEx(sopInstanceUID, extraData)

            

            
ImageInfoEx^ GetImageInfoEx( 
   String^ sopInstanceUID,
   String^ extraData
) 

Parameters

sopInstanceUID
The SOP Instance UID of the DICOM object.
extraData
Custom user data.

Return Value

An Leadtools.Dicom.Services.DataTypes.ImageInfoEx containing the information about the images.
Requirements

Target Platforms

See Also

Reference

IDICOMObjectRetrieve Interface
IDICOMObjectRetrieve Members

Error processing SSI file