Error processing SSI file
Leadtools.Dicom.WCF

Show in webframe

GetImageInfo Method (IObjectRetrieveService)






The SOP Instance UID of the DICOM object.
Custom user data.
Retrieves general image information for a DICOM object.
Syntax
'Declaration
 
<OperationContractAttribute()>
Function GetImageInfo( _
   ByVal sopInstanceUID As String, _
   ByVal extraData As String _
) As ImageInfo
'Usage
 
Dim instance As IObjectRetrieveService
Dim sopInstanceUID As String
Dim extraData As String
Dim value As ImageInfo
 
value = instance.GetImageInfo(sopInstanceUID, extraData)

            

            

Parameters

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

Return Value

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

Target Platforms

See Also

Reference

IObjectRetrieveService Interface
IObjectRetrieveService Members

Error processing SSI file