Search Results for

    Show / Hide Table of Contents

    Class DicomNEventReportRequest

    Representation of an N-EVENTREPORT request.

    Inheritance
    Object
    DicomMessage
    DicomRequest
    DicomNEventReportRequest
    Inherited Members
    DicomRequest.MessageID
    DicomRequest.OnTimeout
    DicomRequest.CreatePresentationContext(DicomTransferSyntax[])
    DicomMessage.Type
    DicomMessage.SOPClassUID
    DicomMessage.HasDataset
    DicomMessage.PresentationContext
    DicomMessage.ApplicationInfo
    DicomMessage.Command
    DicomMessage.Dataset
    DicomMessage.UserState
    DicomMessage.PendingSince
    DicomMessage.LastPDUSent
    DicomMessage.LastPendingResponseReceived
    DicomMessage.IsTimedOut(TimeSpan)
    DicomMessage.ToString(Boolean)
    DicomMessage.ToString(DicomCommandField)
    DicomMessage.IsRequest(DicomCommandField)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.Network
    Assembly: cs.temp.dll.dll
    Syntax
    public sealed class DicomNEventReportRequest : DicomRequest

    Constructors

    DicomNEventReportRequest(DicomDataset)

    Initializes an instance of the DicomNEventReportRequest class.

    Declaration
    public DicomNEventReportRequest(DicomDataset command)
    Parameters
    Type Name Description
    DicomDataset command

    N-EVENTREPORT request command.

    DicomNEventReportRequest(DicomUID, DicomUID, UInt16)

    Initializes an instance of the DicomNEventReportRequest class.

    Declaration
    public DicomNEventReportRequest(DicomUID affectedClassUid, DicomUID affectedInstanceUid, ushort eventTypeId)
    Parameters
    Type Name Description
    DicomUID affectedClassUid

    Affected SOP class UID.

    DicomUID affectedInstanceUid

    Affected SOP instance UID.

    UInt16 eventTypeId

    Event type ID.

    Fields

    OnResponseReceived

    Gets or sets the handler for the N-EVENTREPORT response received event.

    Declaration
    public DicomNEventReportRequest.ResponseDelegate OnResponseReceived
    Field Value
    Type Description
    DicomNEventReportRequest.ResponseDelegate

    Properties

    EventTypeID

    Gets the event type ID.

    Declaration
    public ushort EventTypeID { get; }
    Property Value
    Type Description
    UInt16

    SOPInstanceUID

    Gets the affected SOP instance UID.

    Declaration
    public DicomUID SOPInstanceUID { get; }
    Property Value
    Type Description
    DicomUID

    Methods

    PostResponse(DicomService, DicomResponse)

    Invoke the event handler upon receiving a N-EVENTREPORT response.

    Declaration
    protected override void PostResponse(DicomService service, DicomResponse response)
    Parameters
    Type Name Description
    DicomService service

    Associated DICOM service.

    DicomResponse response

    N-EVENTREPORT response.

    Overrides
    DicomRequest.PostResponse(DicomService, DicomResponse)

    ToString()

    Formatted output.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    Formatted output of the N-EVENTREPORT response message.

    Overrides
    DicomMessage.ToString()
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors