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

ObjectRetrieveServiceUrl Property






Gets or sets the WCF Service URL which implement the Leadtools.Dicom.WCF.IObjectRetrieveService interface.
Syntax
public string ObjectRetrieveServiceUrl {get; set;}
'Declaration
 
Public Property ObjectRetrieveServiceUrl As String
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As String
 
instance.ObjectRetrieveServiceUrl = value
 
value = instance.ObjectRetrieveServiceUrl
public string ObjectRetrieveServiceUrl {get; set;}
 get_ObjectRetrieveServiceUrl();
set_ObjectRetrieveServiceUrl(value);
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 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.