LEADTOOLS Medical (Leadtools.MedicalWebViewer.DICOMObjectRetrieve assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
DoGetImageInfo Method
See Also 
Leadtools.Dicom.Services.MedicalWebViewer Namespace > MedicalWebViewerObjectRetrieve Class : DoGetImageInfo Method



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

The DoGetImageInfo Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.

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

Syntax

Visual Basic (Declaration) 
Overrides Protected Function DoGetImageInfo( _
   ByVal dicomFile As String, _
   ByVal extraData As String _
) As ImageInfo
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerObjectRetrieve
Dim dicomFile As String
Dim extraData As String
Dim value As ImageInfo
 
value = instance.DoGetImageInfo(dicomFile, extraData)
C# 
protected override ImageInfo DoGetImageInfo( 
   string dicomFile,
   string extraData
)
C++/CLI 
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: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also