DicomObjects.NET10 Documentation
DicomObjects.DicomWeb Namespace / QidoWebClient Class / QidoWebClient Constructor / QidoWebClient Constructor(String,DicomWebClientConnectionConfig)
The end-point to which the QIDO requests are to be sent.
User configurable setting when creating a new DicomWebClient



In This Topic
    QidoWebClient Constructor(String,DicomWebClientConnectionConfig)
    In This Topic
    Create a new QidoWebClient oject
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal Destination As String, _
       ByVal ConnectionConfig As DicomWebClientConnectionConfig _
    )
    'Usage
     
    
    Dim Destination As String
    Dim ConnectionConfig As DicomWebClientConnectionConfig
     
    Dim instance As New QidoWebClient(Destination, ConnectionConfig)

    Parameters

    Destination
    The end-point to which the QIDO requests are to be sent.
    ConnectionConfig
    User configurable setting when creating a new DicomWebClient
    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