Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Web Namespace > MedicalWebViewerLoader Class : SetCellRequestedImage Method |
protected override void SetCellRequestedImage( string dataSetPath, string studyInstanceUID, string seriesInstanceUID, string sopInstanceUID, int frameIndex, MedicalViewerMultiCell requestedCell, int requestedsubCellIndex, MedicalViewerSetImageOptions setImageOption )
'Declaration Protected Overrides 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 _ )
'Usage Dim instance As MedicalWebViewerLoader 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)
protected: void SetCellRequestedImage( String^ dataSetPath, String^ studyInstanceUID, String^ seriesInstanceUID, String^ sopInstanceUID, int frameIndex, MedicalViewerMultiCell^ requestedCell, int requestedsubCellIndex, MedicalViewerSetImageOptions setImageOption ) override
This method will load the requested image and set it into the cell by calling the Leadtools.MedicalViewer.MedicalViewerCell.SetRequestedImage(Leadtools.RasterImage,System.Int32).
IF the image is not streamed form the WCF service the MedicalWebViewerLoader will display a thumbnail of the image instead.