Occurs when an associate request is sent to the SCP.
public event BeforeAssociationRequestDelegate BeforeAssociateRequest
Public Event BeforeAssociateRequest As Leadtools.Dicom.Scu.Common.BeforeAssociationRequestDelegate
public:
event Leadtools.Dicom.Scu.Common.BeforeAssociationRequestDelegate^ BeforeAssociateRequest
The event handler receives an argument of type BeforeAssociateRequestEventArgs containing data related to this event. The following BeforeAssociateRequestEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Associate | Gets the associate. |
PresentationContexts | Gets the presentation contexts. |
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs) | Gets the SCP. |
For an example refer to StoreScu.Store(DicomScp, string, string, bool).
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