#include "ltdic.h"
virtual L_VOID LDicomNet::OnReceiveAssociateRequest(pPDU)
LDicomAssociate *pPDU; |
a DICOM Association object |
Notifies a connection that an Associate Request message was received. This function is available in the PACS Imaging Toolkit.
Parameter |
Description |
pPDU |
A DICOM Associate object. |
None.
A call to this function is generated on an SCP when an SCU calls LDicomNet::SendAssociateRequest. For more information on DICOM Associate connections, refer to Creating a DICOM Associate Connection.
To customize this function, you must derive a class from LDicomNet and override this function.
When the DICOM Association is no longer needed, it should be ended. For more information, refer to Closing a DICOM Associate Connection.
Required DLLs and Libraries
LTDIC For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
Win32, x64
Functions: |
LDicomNet::SendAssociateReject, LDicomNet::SendAssociateAccept, LDicomNet::SendAssociateRequest, LDicomNet::OnReceiveAssociateAccept, LDicomNet::OnReceiveAssociateRequest |
Topics: |
|
|
|
|
|
|
|
|
For an example, refer to LDicomNet::SendCEchoRequest.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET