DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / QidoWebClient Class
Members






In This Topic
    QidoWebClient Class
    In This Topic
    QIDO-RS client class
    Object Model
    QidoWebClient Class
    Syntax
    'Declaration
     
    
    Public Class QidoWebClient 
       Inherits DicomWebClient
    'Usage
     
    
    Dim instance As QidoWebClient
    public class QidoWebClient : DicomWebClient 
    public class QidoWebClient = class(DicomWebClient)
    public class QidoWebClient extends DicomWebClient
    public __gc class QidoWebClient : public DicomWebClient 
    public ref class QidoWebClient : public DicomWebClient 
    Remarks

    In most cases, this class may simply be created then used immediately to perform a QIDO operation, but a few configuration pramaters are available to fine-tune the behaviour if required

    Inheritance Hierarchy

    System.Object
       DicomObjects.DicomWeb.DicomWebClient
          DicomObjects.DicomWeb.QidoWebClient

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also