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 MedicalViewerMultiCell _ 
) As DicomInstanceInformation() 
public: 
array<DicomInstanceInformation^>^ FindDisplayedCellInstanceInformation(  
   MedicalViewerMultiCell^ cell 
)  

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.