Retrieves general image information for a DICOM object.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DICOMService
Dim sopInstanceUID As String
Dim extraData As String
Dim value As ImageInfo
value = instance.GetImageInfo(sopInstanceUID, extraData) |
Parameters
- sopInstanceUID
- The SOP Instance UID of the DICOM object.
- extraData
- Custom user data.
Return Value
An
Leadtools.Dicom.Services.DataTypes.ImageInfo containing the information about the images.
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also