DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / QidoWebClient Class / QidoWebClient 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
    QidoWebClient Constructor
    In This Topic
    Create a new QidoWebClient oject
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal Destination As System.String _
    )
    'Usage
     
    
    Dim Destination As System.String
     
    Dim instance As New QidoWebClient(Destination)
    public QidoWebClient( 
       System.string Destination
    )
    public QidoWebClient( 
        Destination: System.String
    ); 
    public function QidoWebClient( 
       Destination : System.String
    );
    public: QidoWebClient( 
       System.string* Destination
    )
    public:
    QidoWebClient( 
       System.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: .NET CLR 4.8 or higher

    See Also