- associate
- A DicomAssociate object.
Visual Basic (Declaration) | |
---|---|
Public Sub SendAssociateAccept( _ ByVal associate As DicomAssociate _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomNet Dim associate As DicomAssociate instance.SendAssociateAccept(associate) |
C# | |
---|---|
public void SendAssociateAccept( DicomAssociate associate ) |
C++/CLI | |
---|---|
public: void SendAssociateAccept( DicomAssociate^ associate ) |
Parameters
- associate
- A DicomAssociate object.
For an example, refer to Leadtools.Dicom.DicomNet.SendAssociateRequest.
SendAssociateAccept is sent by the SCP in response to a Leadtools.Dicom.DicomNet.SendAssociateRequest call placed by an SCU. It establishes the DICOM Association between an SCU and an SCP and generates a call to OnReceiveAssociateAccept 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.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)