LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

MedicalWebViewerLoader Constructor (MedicalWebViewerLoader)






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
public MedicalWebViewerLoader( 
   string manageServiceUrl,
   string queryServiceUrl,
   string objectRetrieveServiceUrl,
   string storeServiceUrl,
   string userName,
   string password
)
'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
)
function MedicalWebViewerLoader( 
   manageServiceUrl ,
   queryServiceUrl ,
   objectRetrieveServiceUrl ,
   storeServiceUrl ,
   userName ,
   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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.