Table of Contents

Class DicomNEventReportResponse

Namespace
FellowOakDicom.Network
Assembly
fo-dicom.core.dll

Representation of an N-EVENTREPORT response message.

public sealed class DicomNEventReportResponse : DicomResponse
Inheritance
DicomNEventReportResponse
Inherited Members
Extension Methods

Constructors

DicomNEventReportResponse(DicomDataset)

Initializes a new instance of the DicomNEventReportResponse class.

public DicomNEventReportResponse(DicomDataset command)

Parameters

command DicomDataset

The dataset representing the N-EVENTREPORT response command.

DicomNEventReportResponse(DicomNEventReportRequest, DicomStatus)

Initializes a new instance of the DicomNEventReportResponse class.

public DicomNEventReportResponse(DicomNEventReportRequest request, DicomStatus status)

Parameters

request DicomNEventReportRequest

The request associated with the N-EVENTREPORT response.

status DicomStatus

The response status.

Properties

EventTypeID

Gets the event type ID.

public ushort EventTypeID { get; }

Property Value

ushort

SOPInstanceUID

Gets the affected SOP instance UID.

public DicomUID SOPInstanceUID { get; }

Property Value

DicomUID

Methods

ToString()

Formatted output of the N-EVENTREPORT response message.

public override string ToString()

Returns

string

Formatted output of the N-EVENTREPORT response message.