Leadtools.Dicom.Services

DoGetImageInfoEx Method

Show in webframe



The physical path of the DICOM file to extract the image information from.
User custom data.
Retrieves extended image information from a DICOM file.
Syntax
'Declaration
 
Protected MustOverride Function DoGetImageInfoEx( _
   ByVal dicomFile As String, _
   ByVal extraData As String _
) As ImageInfoEx
'Usage
 
Dim instance As DICOMObjectRetrieve
Dim dicomFile As String
Dim extraData As String
Dim value As ImageInfoEx
 
value = instance.DoGetImageInfoEx(dicomFile, extraData)
protected abstract ImageInfoEx DoGetImageInfoEx( 
   string dicomFile,
   string extraData
)
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

See Also

Reference

DICOMObjectRetrieve Class
DICOMObjectRetrieve Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.