Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

IsImagesStreamingCompleted Method






A System.String representing the Series Instance UID of the series.
Returns whether all series images has been streamed from the WCF service.
Syntax
public bool IsImagesStreamingCompleted( 
   string seriesInstanceUID
)
'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
) 

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

Error processing SSI file