Error processing SSI file
LEADTOOLS Medical (Leadtools.MedicalWebViewer.DICOMObjectRetrieve assembly)

Show in webframe

DoGetImageInfo Method






The physical path of the DICOM file to extract the image information from.
User custom data.
Retrieves general image information about a DICOM file.
Syntax
protected override ImageInfo DoGetImageInfo( 
   string dicomFile,
   string extraData
)
'Declaration
 
Protected Overrides Function DoGetImageInfo( _
   ByVal dicomFile As String, _
   ByVal extraData As String _
) As ImageInfo
'Usage
 
Dim instance As MedicalWebViewerObjectRetrieve
Dim dicomFile As String
Dim extraData As String
Dim value As ImageInfo
 
value = instance.DoGetImageInfo(dicomFile, extraData)

            

            
protected:
ImageInfo^ DoGetImageInfo( 
   String^ dicomFile,
   String^ extraData
) override 

Parameters

dicomFile
The physical path of the DICOM file to extract the image information from.
extraData
User custom data.

Return Value

An Leadtools.Dicom.Services.DataTypes.ImageInfo object containing the image information.
Requirements

Target Platforms

See Also

Reference

MedicalWebViewerObjectRetrieve Class
MedicalWebViewerObjectRetrieve Members

Error processing SSI file