DicomObjects.NET.V8
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
    'Usage
     
    Dim instance As DicomServer
    Dim handler As VerifyReceivedHandler
     
    AddHandler instance.VerifyReceived, handler
    public event VerifyReceivedHandler VerifyReceived
    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.0 or higher

    See Also