Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
DoGetImageInfoEx Method
See Also 
Leadtools.Dicom.Services Namespace > DICOMObjectRetrieve Class : DoGetImageInfoEx Method



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

Syntax

Visual Basic (Declaration) 
Protected MustOverride Function DoGetImageInfoEx( _
   ByVal dicomFile As String, _
   ByVal extraData As String _
) As ImageInfoEx
Visual Basic (Usage)Copy Code
Dim instance As DICOMObjectRetrieve
Dim dicomFile As String
Dim extraData As String
Dim value As ImageInfoEx
 
value = instance.DoGetImageInfoEx(dicomFile, extraData)
C# 
protected abstract ImageInfoEx DoGetImageInfoEx( 
   string dicomFile,
   string extraData
)
C++/CLI 
protected:
abstract ImageInfoEx^ DoGetImageInfoEx( 
   String^ dicomFile,
   String^ extraData
) 

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.ImageInfoEx object containing the image information

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also