LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

IsImagesStreamingCompleted Method

Show in webframe



A System.String representing the Series Instance UID of the series.
Returns whether all series images has been streamed from the WCF service.
Syntax
'Declaration
 
Public Function IsImagesStreamingCompleted( _
   ByVal seriesInstanceUID As String _
) As Boolean
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim seriesInstanceUID As String
Dim value As Boolean
 
value = instance.IsImagesStreamingCompleted(seriesInstanceUID)
public bool IsImagesStreamingCompleted( 
   string seriesInstanceUID
)
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

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.