DicomObjects.NET Core 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
    '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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also