←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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation.Loader Assembly
Click or drag to resize