Leadtools.Dicom.Web Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
GetDicomInformationEx Method
See Also 
Leadtools.Dicom.Web Namespace > MedicalWebViewerStreamer Class : GetDicomInformationEx Method



studyInstanceUID
A String representing the Study Instance UID.
seriesInstanceUID
A String representing the Series Instance UID.
Get DICOM objects information for the requested series.

Syntax

Visual Basic (Declaration) 
Public Function GetDicomInformationEx( _
   ByVal studyInstanceUID As String, _
   ByVal seriesInstanceUID As String _
) As ObjectInstanceInformationEx()
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerStreamer
Dim studyInstanceUID As String
Dim seriesInstanceUID As String
Dim value() As ObjectInstanceInformationEx
 
value = instance.GetDicomInformationEx(studyInstanceUID, seriesInstanceUID)
C# 
public ObjectInstanceInformationEx[] GetDicomInformationEx( 
   string studyInstanceUID,
   string seriesInstanceUID
)
C++/CLI 
public:
array<ObjectInstanceInformationEx^>^ GetDicomInformationEx( 
   String^ studyInstanceUID,
   String^ seriesInstanceUID
) 

Parameters

studyInstanceUID
A String representing the Study Instance UID.
seriesInstanceUID
A String representing the Series Instance UID.

Return Value

An array of ObjectInstanceInformationEx where each element contain information about a DICOM instance in the series.

Example

Please check our Medical Web Viewer demo, located in WinForms.csproj project.

Remarks

Use this method to retrieve general information about the DICOM instances for a specific series.

This information will be retrieved from the local cache if present

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

GetDicomInformationEx requires a Web Viewer Framework Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features