LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ObjectRetrieveServiceUrl Property
See Also 
Leadtools.Dicom.Web Namespace > MedicalWebViewerLoader Class : ObjectRetrieveServiceUrl Property



Gets or sets the WCF Service URL which implement the Leadtools.Dicom.WCF.IObjectRetrieveService interface.

Syntax

Visual Basic (Declaration) 
Public Property ObjectRetrieveServiceUrl As String
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerLoader
Dim value As String
 
instance.ObjectRetrieveServiceUrl = value
 
value = instance.ObjectRetrieveServiceUrl
C# 
public string ObjectRetrieveServiceUrl {get; set;}
C++/CLI 
public:
property String^ ObjectRetrieveServiceUrl {
   String^ get();
   void set (    String^ value);
}

Property Value

Set this value with the a System.String representing the address of the WCF Service implementing the Leadtools.Dicom.WCF.IObjectRetrieveService.

Example

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

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also