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

In This Topic
    InstanceReceived Event
    In This Topic
    This event is fired whenever a C-STORE operation completes, passing details of the instance received
    Syntax
    'Declaration
     
    
    Public Event InstanceReceived As InstanceReceivedHandler
    public event InstanceReceivedHandler InstanceReceived
    Remarks

    This is a more generic event as compared with the ImageReceived method in COM version, which fires only when a DicomImage has been successfully transferred.

    A status of 0 would be sent back indicating a successful instance transfer.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also