SetCellRequestedImage Method

Summary
Called when a series Leadtools.MedicalViewer.MedicalViewerMultiCell raises the Leadtools.MedicalViewer.MedicalViewerCell.FramesRequested to set an image for display.
Syntax
C#
C++/CLI
protected: 
virtual void SetCellRequestedImage(  
   String^ dataSetPath, 
   String^ studyInstanceUID, 
   String^ seriesInstanceUID, 
   String^ sopInstanceUID, 
   int frameIndex, 
   MedicalViewerMultiCell^ requestedCell, 
   int requestedsubCellIndex, 
   MedicalViewerSetImageOptions setImageOption 
)  

Parameters

dataSetPath
The path of the Leadtools.Dicom.DicomDataSet which contains the image.

studyInstanceUID
The Study Instance UID System.String for the DICOM instance displayed in the cell.

seriesInstanceUID
The Series Instance UID System.String for the DICOM instance displayed in the cell.

sopInstanceUID
The SOP Instance UID System.String for the image displayed in the cell.

frameIndex
A 0-based System.Int32 value representing the actual index of the image in the original  dataSetPath.

requestedCell
The Leadtools.MedicalViewer.MedicalViewerMultiCell requesting the image.

requestedsubCellIndex
A 0-based System.Int32 representing the sub cell index where the image is displayed in the cell.

setImageOption
Specifies whether to insert the image or replace the existing one

Remarks

This method will load the requested image and set it into the cell by calling the Leadtools.MedicalViewer.MedicalViewerCell.SetRequestedImage(Leadtools.RasterImage,System.Int32).

Requirements

Target Platforms

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

Leadtools.Medical.Workstation.Loader Assembly

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