Check for N-EVENT-REPORTs
Visual Basic |
---|
Public Sub CheckForEvents() |
This method is only useful when:
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.