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



cell
The MedicalViewerCell object in which the image is displayed.
subCellIndex
The index for the sub cell which contains the image.
Find the SOP Instance UID string for the image displayed in the specified Cell.

Syntax

Visual Basic (Declaration) 
Public Function FindDisplayedCellSOPInstanceUID( _
   ByVal cell As MedicalViewerCell, _
   ByVal subCellIndex As Integer _
) As String
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerStreamer
Dim cell As MedicalViewerCell
Dim subCellIndex As Integer
Dim value As String
 
value = instance.FindDisplayedCellSOPInstanceUID(cell, subCellIndex)
C# 
public string FindDisplayedCellSOPInstanceUID( 
   MedicalViewerCell cell,
   int subCellIndex
)
C++/CLI 
public:
String^ FindDisplayedCellSOPInstanceUID( 
   MedicalViewerCell cell,
   int subCellIndex
) 

Parameters

cell
The MedicalViewerCell object in which the image is displayed.
subCellIndex
The index for the sub cell which contains the image.

Return Value

A String representing the DICOM SOP Instance UID for the displayed image in the specified MedicalViewerCell and sub cell index.

Example

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

Remarks

The cell should be created by this MedicalWebViewerStreamer object by calling the StartSeriesStreaming method in order to find the related SOP Instance UID.

Requirements

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

See Also

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