DicomObjects.NET Core 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
    Syntax
    'Declaration
     
    
    Public Class DicomServer 
    'Usage
     
    
    Dim instance As DicomServer
    public 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: 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