LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
IsImagesStreamingCompleted Method
See Also 
Leadtools.Dicom.Web Namespace > MedicalWebViewerLoader Class : IsImagesStreamingCompleted Method



seriesInstanceUID
A System.String representing the Series Instance UID of the series.
seriesInstanceUID
A System.String representing the Series Instance UID of the series.
Returns whether all series images has been streamed from the WCF service.

Syntax

Visual Basic (Declaration) 
Public Function IsImagesStreamingCompleted( _
   ByVal seriesInstanceUID As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerLoader
Dim seriesInstanceUID As String
Dim value As Boolean
 
value = instance.IsImagesStreamingCompleted(seriesInstanceUID)
C# 
public bool IsImagesStreamingCompleted( 
   string seriesInstanceUID
)
C++/CLI 
public:
bool IsImagesStreamingCompleted( 
   String^ seriesInstanceUID
) 

Parameters

seriesInstanceUID
A System.String representing the Series Instance UID of the series.

Return Value

True if all the series images are streamed from the WCF service; Otherwise, false.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also