Overridden. Called when the Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase finishes loading a series in the Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase.LoadSeries(system.string,system.string) method.
protected override void OnLoadingCompleted(
string studyInstanceUID,
string seriesInstanceUID,
bool success
)
Protected Overrides Sub OnLoadingCompleted( _
ByVal studyInstanceUID As String, _
ByVal seriesInstanceUID As String, _
ByVal success As Boolean _
)
protected:
void OnLoadingCompleted(
String^ studyInstanceUID,
String^ seriesInstanceUID,
bool success
) override
studyInstanceUID
A System.String representing the Study Instance UID.
seriesInstanceUID
A System.String representing the Series Instance UID.
success
true if the Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase.LoadSeries(system.string,system.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