DicomObjects.NET Core Documentation
DicomObjects.DicomWeb Namespace / WadoWebClient Class / WadoWebClient Constructor
The end-point to which the instances are to be sent. This should be everything up to, but not including the /studies part of the URL



In This Topic
    WadoWebClient Constructor
    In This Topic
    Create a new WadoWebClient oject
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal Destination As String _
    )
    'Usage
     
    
    Dim Destination As String
     
    Dim instance As New WadoWebClient(Destination)
    public WadoWebClient( 
       string Destination
    )
    public:
    WadoWebClient( 
       String^ Destination
    )

    Parameters

    Destination
    The end-point to which the instances are to be sent. This should be everything up to, but not including the /studies part of the URL
    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