GetInitializedCell Method

Summary

Returns a new Leadtools.MedicalViewer.MedicalViewerMultiCell used to load a series images into.

Syntax
C#
VB
C++
protected virtual MedicalViewerMultiCell GetInitializedCell( 
   string studyInstanceUID, 
   string seriesInstanceUID 
) 
  
Protected Overridable Function GetInitializedCell( _ 
   ByVal studyInstanceUID As String, _ 
   ByVal seriesInstanceUID As String _ 
) As MedicalViewerMultiCell 
protected: 
virtual MedicalViewerMultiCell^ GetInitializedCell(  
   String^ studyInstanceUID, 
   String^ seriesInstanceUID 
)  

Parameters

studyInstanceUID
A System.String representing the Study Instance UID for the images to be loaded.

seriesInstanceUID
A System.String representing the Series Instance UID for the images to be loaded.

Return Value

The newly created Leadtools.MedicalViewer.MedicalViewerMultiCell control.

Remarks

This method raises the MedicalViewerCellRequested or the ViewerCellCreated. If the ViewerControl is set it will create a Leadtools.MedicalViewer.MedicalViewerMultiCell and add it to the viewer control then raises the ViewerCellCreated. If the ViewerControl is not set it will raises the MedicalViewerCellRequested event and the user must provide a Leadtools.MedicalViewer.MedicalViewerMultiCell in the MedicalViewerCellRequestedEventArgs if no cell is provided this method will through an System.ArgumentException.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly