DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomServer Class
Properties Methods Events

DicomServer Class Members

The following tables list the members exposed by DicomServer.

Public Constructors
 NameDescription
Public ConstructorCreates a DicomServer object  
Top
Public Properties
 NameDescription
Public Property Controls whether extended negotation should be supported (as initiator or acceptor)  
Public Property The 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 Method Means 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 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 EventThis event fires when an error is detected in received data  
Public Event Passes information back to the container for error messages and notifications originating from the DICOM interface.  
Public Event This event is fired whenever a C-STORE operation completes, passing details of the instance received  
Public Event This 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 Event Event called when pixel data is being received  
Public EventThis event fires when a C-ECHO command (verification request) is received  
Top
See Also