DVTk API
BeforeHandlingAssociateRequest Method (associateRq)
DVTkDvtkHighLevelInterface.Dicom.ThreadsConcurrentSCPBeforeHandlingAssociateRequest(AssociateRq)
DVTk API

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

This method is called after an A-ASSOCIATE-RQ has been received but before it (possibly) will be handled by the (zero or more) MessageHandler objects that are attached to this object. This implementation makes sure that before the A-ASSOCIATE-RQ is handled, a new sub DicomThread is started that listens to the same port as the current object. This method will only be called by a sub DicomThread.
Declaration Syntax
C#Visual BasicVisual C++
public override void BeforeHandlingAssociateRequest(
	AssociateRq associateRq
)
Public Overrides Sub BeforeHandlingAssociateRequest ( _
	associateRq As AssociateRq _
)
public:
virtual void BeforeHandlingAssociateRequest(
	AssociateRq^ associateRq
) override
Parameters
associateRq (AssociateRq)
The received A-ASSOCIATE-RQ

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0