DicomObjects Reference
DicomObjects Reference / DicomConnection Object / CheckForEvents Method
CheckForEvents Method
Description
Check for N-EVENT-REPORTs
Syntax
Visual Basic
Public Sub CheckForEvents() 
Remarks

This method is only useful when:

  • A DicomConnection’s Mode property is doSync
  • An association is in progress which may generate N-EVENT-REPORTs


Calling this method causes DicomObjects to check for an incoming N-EVENT-REPORT.  As Mode is doSync, the EventReport, event cannot be called asynchronously, so the report will be handled internally by DicomObjects returning a default status.  If the DicomConnection has an attached DicomViewer or DicomServer, then an EventReport event will still be generated at the next opportunity, but the return value from that event will be ignored.

See Also