←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly