DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / DicomWebServer Class / WadoUrlForStow Property



In This Topic
    WadoUrlForStow Property
    In This Topic
    Set the WADO-rs base url for STOW response. If not set, the baseURL used in method will be used.
    Syntax
    'Declaration
     
    
    Public Property WadoUrlForStow As String
    'Usage
     
    
    Dim instance As DicomWebServer
    Dim value As String
     
    instance.WadoUrlForStow = value
     
    value = instance.WadoUrlForStow
    public string WadoUrlForStow {get; set;}
    public:
    property String^ WadoUrlForStow {
       String^ get();
       void set (    String^ value);
    }
    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