LEADTOOLS Medical (Leadtools.Medical.Workstation.Loader assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SetCellRequestedImage Method
See Also 
Leadtools.Medical.Workstation.Loader Namespace > MedicalViewerLoaderBase Class : SetCellRequestedImage Method



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
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
Called when a series Leadtools.MedicalViewer.MedicalViewerMultiCell raises the Leadtools.MedicalViewer.MedicalViewerCell.FramesRequested to set an image for display.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub SetCellRequestedImage( _
   ByVal dataSetPath As String, _
   ByVal studyInstanceUID As String, _
   ByVal seriesInstanceUID As String, _
   ByVal sopInstanceUID As String, _
   ByVal frameIndex As Integer, _
   ByVal requestedCell As MedicalViewerMultiCell, _
   ByVal requestedsubCellIndex As Integer, _
   ByVal setImageOption As MedicalViewerSetImageOptions _
) 
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerLoaderBase
Dim dataSetPath As String
Dim studyInstanceUID As String
Dim seriesInstanceUID As String
Dim sopInstanceUID As String
Dim frameIndex As Integer
Dim requestedCell As MedicalViewerMultiCell
Dim requestedsubCellIndex As Integer
Dim setImageOption As MedicalViewerSetImageOptions
 
instance.SetCellRequestedImage(dataSetPath, studyInstanceUID, seriesInstanceUID, sopInstanceUID, frameIndex, requestedCell, requestedsubCellIndex, 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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Workstation.Loader requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features