Class DicomNEventReportResponse
Representation of an N-EVENTREPORT response message.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FellowOakDicom.Network
Assembly: fo-dicom.core.dll
Syntax
public sealed class DicomNEventReportResponse : DicomResponse
Constructors
DicomNEventReportResponse(DicomDataset)
Initializes a new instance of the DicomNEventReportResponse class.
Declaration
public DicomNEventReportResponse(DicomDataset command)
Parameters
Type | Name | Description |
---|---|---|
DicomDataset | command | The dataset representing the N-EVENTREPORT response command. |
DicomNEventReportResponse(DicomNEventReportRequest, DicomStatus)
Initializes a new instance of the DicomNEventReportResponse class.
Declaration
public DicomNEventReportResponse(DicomNEventReportRequest request, DicomStatus status)
Parameters
Type | Name | Description |
---|---|---|
DicomNEventReportRequest | request | The request associated with the N-EVENTREPORT response. |
DicomStatus | status | The response status. |
Properties
EventTypeID
Gets the event type ID.
Declaration
public ushort EventTypeID { get; }
Property Value
Type | Description |
---|---|
System.UInt16 |
SOPInstanceUID
Gets the affected SOP instance UID.
Declaration
public DicomUID SOPInstanceUID { get; }
Property Value
Type | Description |
---|---|
DicomUID |
Methods
ToString()
Formatted output of the N-EVENTREPORT response message.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | Formatted output of the N-EVENTREPORT response message. |