OnLoadingCompleted Method

Summary
Called when the MedicalViewerLoaderBase finish loading a series in the LoadSeries(String,String) method.
Syntax
C#
VB
C++
protected virtual void OnLoadingCompleted( 
   string studyInstanceUid, 
   string seriesInstanceUid, 
   bool success 
) 
  
Protected Overridable Sub OnLoadingCompleted( _ 
   ByVal studyInstanceUid As String, _ 
   ByVal seriesInstanceUid As String, _ 
   ByVal success As Boolean _ 
)  
protected: 
virtual void OnLoadingCompleted(  
   String^ studyInstanceUid, 
   String^ seriesInstanceUid, 
   bool success 
)  

Parameters

studyInstanceUid
A System.String representing the Study Instance UID.

seriesInstanceUid
A System.String representing the Series Instance UID.

success
true if the LoadSeries(String,String) has successfully completed.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation.Loader Assembly

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