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