DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociation Class / NEventReport Method

The requested SOP Class UID

The requested SOP InstanceUID

Event ID, as defined by the Class UID

Associated Data







    NEventReport Method
    Send an N-EVENT-REPORT over an established DicomAssociation
    Syntax
    'Declaration
     
    
    Public Sub NEventReport( _
       ByVal SOPClassUID As System.String, _
       ByVal InstanceUID As System.String, _
       ByVal EventID As System.Integer, _
       ByVal DataSet As DicomDataSet _
    ) 
     
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim SOPClassUID As System.String
    Dim InstanceUID As System.String
    Dim EventID As System.Integer
    Dim DataSet As DicomDataSet
     
    instance.NEventReport(SOPClassUID, InstanceUID, EventID, DataSet)

    Parameters

    SOPClassUID

    The requested SOP Class UID

    InstanceUID

    The requested SOP InstanceUID

    EventID

    Event ID, as defined by the Class UID

    DataSet

    Associated Data

    Remarks

    Before using this method, it is important to ensure that the required SOP Class UID has been negotiated with the remote entity. In some cases such as when using Storage Commitment, reverse role SCU/SCP negotiation may also be necessary.

    The return status can be found in the LastStatus property of DicomAssociation object.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also