SendAssociateAccept method (ILEADDicomNet)
Overview |
Refer to Working with DICOM Network Connections. |
Remarks
(Medical Imaging Suite only) Sends the current value of the hPDU property as an Associate Accept message to a connection.
If the hPDU property is not an Associate Accept, an error will occur.
The SendAssociateAccept method is called by the SCP in response to a SendAssociateRequest method call placed by an SCU. It establishes the DICOM Association between an SCU and an SCP and generates a NetReceiveAssociateAccept event on the SCU. The SCU and SCP can now transmit DICOM messages and data.
When the DICOM Association is no longer needed, it should be ended. For more information, refer to Closing a DICOM Associate Connection.
See Also