LEADTOOLS Medical (Leadtools.Medical.Workstation.Loader assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
OnLoadingCompleted Method
See Also 
Leadtools.Medical.Workstation.Loader Namespace > MedicalViewerLoaderBase Class : OnLoadingCompleted Method



studyInstanceUid
A System.String representing the Study Instance UID.
seriesInstanceUid
A System.String representing the Series Instance UID.
success
true if the MedicalViewerLoaderBase.LoadSeries has successfully completed.
studyInstanceUid
A System.String representing the Study Instance UID.
seriesInstanceUid
A System.String representing the Series Instance UID.
success
true if the MedicalViewerLoaderBase.LoadSeries has successfully completed.
Called when the MedicalViewerLoaderBase finish loading a series in the MedicalViewerLoaderBase.LoadSeries method.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnLoadingCompleted( _
   ByVal studyInstanceUid As String, _
   ByVal seriesInstanceUid As String, _
   ByVal success As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerLoaderBase
Dim studyInstanceUid As String
Dim seriesInstanceUid As String
Dim success As Boolean
 
instance.OnLoadingCompleted(studyInstanceUid, seriesInstanceUid, success)
C# 
protected virtual void OnLoadingCompleted( 
   string studyInstanceUid,
   string seriesInstanceUid,
   bool success
)
C++/CLI 
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 MedicalViewerLoaderBase.LoadSeries has successfully completed.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Workstation.Loader requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features