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

CreateStreamer Method






The user name for the user consuming the web service.
The user password for the user account consuming the web service.
Enumeration value for the service certificate validation.
The System.ServiceModel.EndpointAddress for the Manage service.
The System.ServiceModel.EndpointAddress for the Query service.
The System.ServiceModel.EndpointAddress for the ObjectRetrieve service.
The System.ServiceModel.EndpointAddress for the Store service.
Creates a DicomWCFStreamer object to consume the DICOM Service.
Syntax
'Declaration
 
Protected Overridable Function CreateStreamer( _
   ByVal userName As String, _
   ByVal password As String, _
   ByVal certificateValidation As X509CertificateValidationMode, _
   ByVal manageServiceEndPointAddress As EndpointAddress, _
   ByVal queryServiceEndPointAddress As EndpointAddress, _
   ByVal objectRetrieveServiceEndPointAddress As EndpointAddress, _
   ByVal storageEndPointAddress As EndpointAddress _
) As DicomWCFStreamer
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim userName As String
Dim password As String
Dim certificateValidation As X509CertificateValidationMode
Dim manageServiceEndPointAddress As EndpointAddress
Dim queryServiceEndPointAddress As EndpointAddress
Dim objectRetrieveServiceEndPointAddress As EndpointAddress
Dim storageEndPointAddress As EndpointAddress
Dim value As DicomWCFStreamer
 
value = instance.CreateStreamer(userName, password, certificateValidation, manageServiceEndPointAddress, queryServiceEndPointAddress, objectRetrieveServiceEndPointAddress, storageEndPointAddress)
 function Leadtools.Dicom.Web.MedicalWebViewerLoader.CreateStreamer( 
   userName ,
   password ,
   certificateValidation ,
   manageServiceEndPointAddress ,
   queryServiceEndPointAddress ,
   objectRetrieveServiceEndPointAddress ,
   storageEndPointAddress 
)

Parameters

userName
The user name for the user consuming the web service.
password
The user password for the user account consuming the web service.
certificateValidation
Enumeration value for the service certificate validation.
manageServiceEndPointAddress
The System.ServiceModel.EndpointAddress for the Manage service.
queryServiceEndPointAddress
The System.ServiceModel.EndpointAddress for the Query service.
objectRetrieveServiceEndPointAddress
The System.ServiceModel.EndpointAddress for the ObjectRetrieve service.
storageEndPointAddress
The System.ServiceModel.EndpointAddress for the Store service.

Return Value

A DicomWCFStreamer object used to consume the DICOM services.
Remarks
Override this method to create your own type of the DicomWCFStreamer.
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.