DicomObjects Reference
DicomObjects Reference / DicomConnection Object / NEventReport Method
Requested SOP Class UID
Requested Instance UID
Event ID, as defined by the Class UID
Associated Data
In This Topic
    NEventReport Method
    In This Topic
    Description
    Send an N-EVENT-REPORT
    Syntax
    Visual Basic
    Public Sub NEventReport( _
       ByVal classUID As String, _
       ByVal InstanceUID As String, _
       ByVal EventID As Integer, _
       ByVal dataset As DicomDataSet _
    ) 
    Parameters
    classUID
    Requested SOP Class UID
    InstanceUID
    Requested Instance UID
    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.
    As with other DicomConnection methods, the result is sent synchronously or asynchronously according to the value of Mode.  The result (once isReady is true), is available in LastStatus or Status.
    See Also