Sends an Associate Request message to a connection.
public void SendAssociateRequest(
Leadtools.Dicom.DicomAssociate associate
)
Public Sub SendAssociateRequest( _
ByVal associate As Leadtools.Dicom.DicomAssociate _
)
public void SendAssociateRequest(
Leadtools.Dicom.DicomAssociate associate
)
function Leadtools.Dicom.Networking.DicomNet.SendAssociateRequest(
associate
)
public:
void SendAssociateRequest(
Leadtools.Dicom.DicomAssociate^ associate
)
associate
A DicomAssociate object.
Calling SendAssociateRequest generates a call to OnReceiveAssociateRequest on the server. Within the callback method, the server may accept or reject the Association request by calling SendAssociateAccept or SendAssociateReject. A DICOM Association must be established between an SCU and an SCP before any DICOM messages or data can be transmitted between them. For more information on creating a DICOM Association, 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.
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