←Select platform

FindDisplayedCellInstanceInformation(MedicalViewerMultiCell) Method

Summary

Finds the information instances for all images displayed in the specified cell.

Syntax

C#
VB
C++
public DicomInstanceInformation[] FindDisplayedCellInstanceInformation( 
   MedicalViewerMultiCell cell 
) 
  
Public Overloads Function FindDisplayedCellInstanceInformation( _ 
   ByVal cell As Leadtools.Medicalviewer.MedicalViewerMultiCell _ 
) As Leadtools.Medical.Workstation.Loader.DicomInstanceInformation() 

Parameters

cell
The Leadtools.MedicalViewer.MedicalViewerMultiCell object that displays the image.

Return Value

A DicomInstanceInformation that contains the information for the displayed image in the specified Leadtools.MedicalViewer.MedicalViewerMultiCell and sub cell index.

Remarks

Create the cell by calling the LoadSeries(string,string) method of this MedicalViewerLoaderBase object to find the related instance information.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly