SeriesImagesUpdated Method

Summary

Disposes the specified Leadtools.Dicom.DicomDataSet in a study.

Syntax
C#
VB
C++
protected virtual void SeriesImagesUpdated( 
   string studyInstanceUID, 
   string seriesInstanceUID, 
   string sopInstanceUID, 
   int frameIndex 
) 
  
Protected Sub SeriesImagesUpdated( _ 
   ByVal studyInstanceUID As String, _ 
   ByVal seriesInstanceUID As String, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal frameIndex As Integer _ 
)  
protected: 
void SeriesImagesUpdated(  
   String^ studyInstanceUID, 
   String^ seriesInstanceUID, 
   String^ sopInstanceUID, 
   int frameIndex 
)  

Parameters

studyInstanceUID
A System.String representing the Study Instance UID of the dataset.

seriesInstanceUID
A System.String representing the Series Instance UID.of the dataset.

sopInstanceUID
A System.String representing the SOP Instance UID.of the dataset.

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

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