OnLoadingCompleted Method

Summary
Called when the MedicalViewerLoaderBase finish loading a series in the LoadSeries(String,String) method.
Syntax
C#
C++/CLI
protected virtual void OnLoadingCompleted( 
   string studyInstanceUid, 
   string seriesInstanceUid, 
   bool success 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly

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