DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomServer Class / N_Event_Report Event



    N_Event_Report Event (DicomServer)
    This event handler is fired on SCU when an N-EVENT-REPORT notification is received from the SCP.
    Syntax
    'Declaration
     
    
    Public Event N_Event_Report As N_Event_ReportHandler
     
    'Usage
     
    
    Dim instance As DicomServer
    Dim handler As N_Event_ReportHandler
     
    AddHandler instance.N_Event_Report, handler
    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