NetReceiveReleaseRequest event (ILEADDicomNet)
void NetReceiveReleaseRequest (long hNet); | |
Overview |
Refer to Working with DICOM Network Connections. |
Remarks
(Medical Imaging Suite only) Notifies a connection that a Release Request message was received.
This event is generated on an SCP when an SCU calls the SendReleaseRequest method. For more information on DICOM Associate connections, refer to Creating a DICOM Associate Connection.
When the DICOM Association is no longer needed, it should be ended. For more information, refer to Closing a DICOM Associate Connection.
See Also