Leadtools.Dicom.Web Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
MedicalWebViewerStreamer Constructor
See Also 
Leadtools.Dicom.Web Namespace > MedicalWebViewerStreamer Class : MedicalWebViewerStreamer Constructor



medicalViewer
The MedicalViewer control to display streamed images in.
manageServiceUrl
The String address of the WCF DICOMService that implements the IManageService interface.
queryServiceUrl
The String address of the WCF DICOMService that implements the IQueryService interface.
objectRetrieveServiceUrl
The String address of the WCF DICOMService that implements the IObjectRetrieveService interface.
storeServiceUrl
The String address of the WCF DICOMService that implements the IStoreService interface.
userName
The user name for the user consuming the web service.
password
The user password for the user account consuming the web service.
Initializes an new instance of the MedicalWebViewerStreamer class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal medicalViewer As MedicalViewer, _
   ByVal manageServiceUrl As String, _
   ByVal queryServiceUrl As String, _
   ByVal objectRetrieveServiceUrl As String, _
   ByVal storeServiceUrl As String, _
   ByVal userName As String, _
   ByVal password As String _
)
Visual Basic (Usage)Copy Code
Dim medicalViewer As MedicalViewer
Dim manageServiceUrl As String
Dim queryServiceUrl As String
Dim objectRetrieveServiceUrl As String
Dim storeServiceUrl As String
Dim userName As String
Dim password As String
 
Dim instance As MedicalWebViewerStreamer(medicalViewer, manageServiceUrl, queryServiceUrl, objectRetrieveServiceUrl, storeServiceUrl, userName, password)
C# 
public MedicalWebViewerStreamer( 
   MedicalViewer medicalViewer,
   string manageServiceUrl,
   string queryServiceUrl,
   string objectRetrieveServiceUrl,
   string storeServiceUrl,
   string userName,
   string password
)
C++/CLI 
public:
MedicalWebViewerStreamer( 
   MedicalViewer medicalViewer,
   String^ manageServiceUrl,
   String^ queryServiceUrl,
   String^ objectRetrieveServiceUrl,
   String^ storeServiceUrl,
   String^ userName,
   String^ password
)

Parameters

medicalViewer
The MedicalViewer control to display streamed images in.
manageServiceUrl
The String address of the WCF DICOMService that implements the IManageService interface.
queryServiceUrl
The String address of the WCF DICOMService that implements the IQueryService interface.
objectRetrieveServiceUrl
The String address of the WCF DICOMService that implements the IObjectRetrieveService interface.
storeServiceUrl
The String address of the WCF DICOMService that implements the IStoreService interface.
userName
The user name for the user consuming the web service.
password
The user password for the user account consuming the web service.

Example

Please check our Medical Web Viewer demo, located in WinForms.csproj project.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

MedicalWebViewerStreamer Constructor requires a Web Viewer Framework Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features