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
DicomDatasetThe 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
DicomNEventReportRequestThe request associated with the N-EVENTREPORT response.
status
DicomStatusThe response status.
Properties
EventTypeID
Gets the event type ID.
public ushort EventTypeID { get; }
Property Value
SOPInstanceUID
Gets the affected SOP instance UID.
public DicomUID SOPInstanceUID { get; }
Property Value
Methods
ToString()
Formatted output of the N-EVENTREPORT response message.
public override string ToString()
Returns
- string
Formatted output of the N-EVENTREPORT response message.