fired when an incoming C-ECHO request is received
Visual Basic |
---|
Public Event VerifyReceived( _ ByRef Status As Long _ ) |
In previous versions of DicomObjects, C-ECHO requests always generated a status of 0 (success).
The initial value of status is the originating object’s DefaultStatus value, and applications should replace this by zero in this event.
In all release applications, DefaultStatus should be non-zero, so that if the main thread stalls or fails to respond to events (e.g. when a message box is active in Visual Basic), then probing applications will receive a non-zero responses to their C-ECHO (verify) requests.