DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomServer Class
Members






In This Topic
    DicomServer Class
    In This Topic
    An object for handling advanced network communications, as both SCU & SCP
    Object Model
    DicomServer Class
    Syntax
    'Declaration
     
    
    Public Class DicomServer 
    'Usage
     
    
    Dim instance As DicomServer
    public class DicomServer 
    public class DicomServer 
    public class DicomServer 
    public __gc class DicomServer 
    public ref class DicomServer 
    Example
    In general, as much functionality as possible is devolved to the container. For instance, the control does not have its own application entity name, and acceptance or rejection of associations is controlled via an event. This event is given the remote IP address and the calling and called application entity titles, allowing the container to make its own accept/reject decision.
    Inheritance Hierarchy

    System.Object
       DicomObjects.DicomServer

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also