DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomServer Class / VerifyReceived Event

In This Topic
    VerifyReceived Event
    In This Topic
    This event fires when a C-ECHO command (verification request) is received
    Syntax
    'Declaration
     
    
    Public Event VerifyReceived As VerifyReceivedHandler
    public event VerifyReceivedHandler VerifyReceived
    Remarks

    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 receiver application stalls or fails to respond then probing applications will receive a non-zero response to their C-ECHO request.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also