Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Medical.WebViewer.ExternalControl assembly)

Show in webframe

ShowSeries Method






The Study Instance UID of the study
The Series Instance UID of the series to be displayed
Displays the specified study or series.
Syntax
'Declaration
 
Public Function ShowSeries( _
   ByVal studyInstanceUID As String, _
   ByVal seriesInstanceUID As String _
) As ControllerReturnCode
'Usage
 
Dim instance As MedicalWebViewerExternalController
Dim studyInstanceUID As String
Dim seriesInstanceUID As String
Dim value As ControllerReturnCode
 
value = instance.ShowSeries(studyInstanceUID, seriesInstanceUID)

            

            

Parameters

studyInstanceUID
The Study Instance UID of the study
seriesInstanceUID
The Series Instance UID of the series to be displayed
Example
For an example, refer to InitApplication.
Requirements

Target Platforms

See Also

Reference

MedicalWebViewerExternalController Class
MedicalWebViewerExternalController Members

Error processing SSI file