Name | Description | |
---|---|---|
DicomServer Constructor | Creates a DicomServer object |
The following tables list the members exposed by DicomServer.
Name | Description | |
---|---|---|
DicomServer Constructor | Creates a DicomServer object |
Name | Description | |
---|---|---|
AllowExtendedNegotiation | Controls whether extended negotation should be supported (as initiator or acceptor) | |
AssociationCount | The number of associations currently open on this server | |
DefaultStatus | The default status code to be returned in response to incoming requests | |
NewAssociationType | This property is for user derived DicomAssociation | |
Tag | A general purpose Tag for developer use |
Name | Description | |
---|---|---|
AbortAssociations | Aborts all related associations | |
Accept | Means to allow DICOM negotiation on an existing socket | |
Dispose | Release all system resources used by DicomServer object | |
Listen | Overloaded. Open a TCP port to listen for incoming DICOM Connections | |
Unlisten | Overloaded. Close a "Listening" TCP port for incoming DICOM Connections | |
UnlistenAll | Close all "Listening" TCP ports for incoming DICOM Connections |
Name | Description | |
---|---|---|
AssociationClosed | Event fired when an incoming DICOM association is closed | |
AssociationRequest | Event fired when the object receives a DICOM connection request | |
ErrorReceived | This event fires when an error is detected in received data | |
InfoMessage | Passes information back to the container for error messages and notifications originating from the DICOM interface. | |
InstanceReceived | This event is fired whenever a C-STORE operation completes, passing details of the instance received | |
N_Event_Report | This event handler is fired on SCU when an N-EVENT-REPORT notification is received from the SCP. | |
NormalisedReceived | This event fires when an incoming normalised request is received | |
QueryReceived | Event fired when the object receives a DICOM C-FIND,C-GET or C-MOVE request | |
ReceivingPixelData | Event called when pixel data is being received | |
VerifyReceived | This event fires when a C-ECHO command (verification request) is received |