DicomObjects Reference
DicomObjects Reference / DicomServer Object / VerifyReceived Event
The status to return (as this is a "by reference" parameter)
In This Topic
    VerifyReceived Event
    In This Topic
    Description
    fired when an incoming C-ECHO request is received
    Syntax
    Visual Basic
    Public Event VerifyReceived( _
       ByRef Status As Long _
    )
    Parameters
    Status
    The status to return (as this is a "by reference" parameter)
    Remarks

    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.

    See Also