DVTk API
HandleAssociateRequest Method (associateRq)
DVTkDvtkHighLevelInterface.Dicom.ThreadsMessageHandlerHandleAssociateRequest(AssociateRq)
DVTk API

[This is preliminary documentation and is subject to change.]

Override this method to handle an A-ASSOCIATE-RQ.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool HandleAssociateRequest(
	AssociateRq associateRq
)
Public Overridable Function HandleAssociateRequest ( _
	associateRq As AssociateRq _
) As Boolean
public:
virtual bool HandleAssociateRequest(
	AssociateRq^ associateRq
)
Parameters
associateRq (AssociateRq)
The received A-ASSOCIATE-RQ.
Return Value
Return true when this methods has handled the received A-ASSOCIATE-RQ, otherwise false.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0