DVTk API
HandleNEventReportRequest Method (dicomMessage)
DVTkDvtkHighLevelInterface.Dicom.ThreadsMessageHandlerHandleNEventReportRequest(DicomMessage)
DVTk API

[This is preliminary documentation and is subject to change.]

Override this method to handle a N-EVENT-REPORT-RQ message.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool HandleNEventReportRequest(
	DicomMessage dicomMessage
)
Public Overridable Function HandleNEventReportRequest ( _
	dicomMessage As DicomMessage _
) As Boolean
public:
virtual bool HandleNEventReportRequest(
	DicomMessage^ dicomMessage
)
Parameters
dicomMessage (DicomMessage)
The received N-EVENT-REPORT-RQ message.
Return Value
Return true when this methods has handled the received N-EVENT-REPORT-RQ message , otherwise false.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0