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