Returns whether all series images has been streamed from the WCF service.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MedicalWebViewerLoader
Dim seriesInstanceUID As String
Dim value As Boolean
value = instance.IsImagesStreamingCompleted(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