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






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

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

    Inheritance Hierarchy

    System.Object
       DicomObjects.DicomWeb.DicomWebClient
          DicomObjects.DicomWeb.StowWebClient

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also