←Select platform

MedicalWebViewerLoader Constructor

Summary

Initializes an new instance of the MedicalWebViewerLoader class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal manageServiceUrl As String, _ 
   ByVal queryServiceUrl As String, _ 
   ByVal objectRetrieveServiceUrl As String, _ 
   ByVal storeServiceUrl As String, _ 
   ByVal userName As String, _ 
   ByVal password As String _ 
) 
public: 
MedicalWebViewerLoader(  
   String^ manageServiceUrl, 
   String^ queryServiceUrl, 
   String^ objectRetrieveServiceUrl, 
   String^ storeServiceUrl, 
   String^ userName, 
   String^ password 
) 

Parameters

manageServiceUrl
The System.String address of the WCF Leadtools.Dicom.WCF.DICOMService that implements the Leadtools.Dicom.WCF.IManageService interface.

queryServiceUrl
The System.String address of the WCF Leadtools.Dicom.WCF.DICOMService that implements the Leadtools.Dicom.WCF.IQueryService interface.

objectRetrieveServiceUrl
The System.String address of the WCF Leadtools.Dicom.WCF.DICOMService that implements the Leadtools.Dicom.WCF.IObjectRetrieveService interface.

storeServiceUrl
The System.String address of the WCF Leadtools.Dicom.WCF.DICOMService that implements the Leadtools.Dicom.WCF.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

Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly