- dicomFile
 - The physical path of the DICOM file to extract the image information from.
 
- extraData
 - User custom data.
 
| Visual Basic (Declaration) | |
|---|---|
Overrides Protected Function DoGetImageInfo( _ ByVal dicomFile As String, _ ByVal extraData As String _ ) As ImageInfo  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
Parameters
- dicomFile
 - The physical path of the DICOM file to extract the image information from.
 - extraData
 - User custom data.
 
Return Value
An ImageInfo object containing the image informationTarget Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code