Class DicomNEventReportRequest
Representation of an N-EVENTREPORT request.
Inherited Members
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
ToString()
Formatted output.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | Formatted output of the N-EVENTREPORT response message. |