LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

MedicalWebViewerLoader Constructor (MedicalWebViewerLoader)

Show in webframe



The System.String address of the WCF Leadtools.Dicom.WCF.DICOMService that implements the Leadtools.Dicom.WCF.IManageService interface.
The System.String address of the WCF Leadtools.Dicom.WCF.DICOMService that implements the Leadtools.Dicom.WCF.IQueryService interface.
The System.String address of the WCF Leadtools.Dicom.WCF.DICOMService that implements the Leadtools.Dicom.WCF.IObjectRetrieveService interface.
The System.String address of the WCF Leadtools.Dicom.WCF.DICOMService that implements the Leadtools.Dicom.WCF.IStoreService interface.
The user name for the user consuming the web service.
The user password for the user account consuming the web service.
Initializes an new instance of the MedicalWebViewerLoader class.
Syntax
'Declaration
 
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 _
)
'Usage
 
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 New MedicalWebViewerLoader(manageServiceUrl, queryServiceUrl, objectRetrieveServiceUrl, storeServiceUrl, userName, password)
public MedicalWebViewerLoader( 
   string manageServiceUrl,
   string queryServiceUrl,
   string objectRetrieveServiceUrl,
   string storeServiceUrl,
   string userName,
   string password
)
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

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


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