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






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

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

    Inheritance Hierarchy

    System.Object
       DicomObjects.DicomWeb.DicomWebClient
          DicomObjects.DicomWeb.WadoWebClient

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also