Visual Basic (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 _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
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) |
C# | |
---|---|
public MedicalWebViewerLoader( string manageServiceUrl, string queryServiceUrl, string objectRetrieveServiceUrl, string storeServiceUrl, string userName, string password ) |
C++/CLI | |
---|---|
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.
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family