C#
VB
C++
Called when the MedicalViewerLoaderBase finish loading a series in the LoadSeries(string,string) method.
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)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
