Leadtools.Dicom.Web Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
GetDicomInformation Method
See Also 
Leadtools.Dicom.Web Namespace > MedicalWebViewerStreamer Class : GetDicomInformation 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) 
<ObsoleteAttribute("Use the new version GetDicomInformationEx method.")>
Public Function GetDicomInformation( _
   ByVal studyInstanceUID As String, _
   ByVal seriesInstanceUID As String _
) As ObjectInstanceInformation()
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerStreamer
Dim studyInstanceUID As String
Dim seriesInstanceUID As String
Dim value() As ObjectInstanceInformation
 
value = instance.GetDicomInformation(studyInstanceUID, seriesInstanceUID)
C# 
[ObsoleteAttribute("Use the new version GetDicomInformationEx method.")]
public ObjectInstanceInformation[] GetDicomInformation( 
   string studyInstanceUID,
   string seriesInstanceUID
)
C++/CLI 
[ObsoleteAttribute("Use the new version GetDicomInformationEx method.")]
public:
array<ObjectInstanceInformation^>^ GetDicomInformation( 
   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 ObjectInstanceInformation 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

This method has been deprecated by the GetDicomInformationEx.

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

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