DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomServer Class
Properties Methods Events


In This Topic
    DicomServer Class Members
    In This Topic

    The following tables list the members exposed by DicomServer.

    Public Constructors
     NameDescription
    Public ConstructorCreates a DicomServer object  
    Top
    Public Properties
     NameDescription
    Public PropertyControls whether extended negotation should be supported (as initiator or acceptor)  
    Public PropertyThe number of associations currently open on this server  
    Public PropertyThe default status code to be returned in response to incoming requests  
    Public PropertyThis property is for user derived DicomAssociation  
    Public PropertyA general purpose Tag for developer use  
    Top
    Public Methods
     NameDescription
    Public MethodAborts all related associations  
    Public MethodMeans to allow DICOM negotiation on an existing socket  
    Public MethodRelease all system resources used by DicomServer object  
    Public MethodOverloaded. Open a TCP port to listen for incoming DICOM Connections  
    Public MethodOverloaded. Close a "Listening" TCP port, specified by the port number, for incoming DICOM Connections  
    Public MethodClose all "Listening" TCP ports for incoming DICOM Connections  
    Top
    Public Events
     NameDescription
    Public EventEvent fired when an incoming DICOM association is closed  
    Public EventEvent fired when the object receives a DICOM connection request  
    Public Event  
    Public EventThis event fires when an error is detected in received data  
    Public EventPasses information back to the container for error messages and notifications originating from the DICOM interface.  
    Public EventThis event is fired whenever a C-STORE operation completes, passing details of the instance received  
    Public EventThis event handler is fired on SCU when an N-EVENT-REPORT notification is received from the SCP.  
    Public EventThis event fires when an incoming normalised request is received  
    Public EventEvent fired when the object receives a DICOM C-FIND,C-GET or C-MOVE request  
    Public EventEvent called when pixel data is being received  
    Public EventThis event fires when a C-ECHO command (verification request) is received  
    Top
    See Also