DVTk API
AfterHandlingNActionRequest Method (dicomMessage)
DVTkDvtkHighLevelInterface.Dicom.ThreadsMessageIteratorAfterHandlingNActionRequest(DicomMessage)
DVTk API

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

This method is called after a N-ACTION-RQ message has been received and has (possibly) been handled by the (zero or more) MessageHandler objects that are attached to this object. Default, nothing is done in this method. Override if needed.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual void AfterHandlingNActionRequest(
	DicomMessage dicomMessage
)
Protected Overridable Sub AfterHandlingNActionRequest ( _
	dicomMessage As DicomMessage _
)
protected:
virtual void AfterHandlingNActionRequest(
	DicomMessage^ dicomMessage
)
Parameters
dicomMessage (DicomMessage)
The received N-ACTION-RQ message.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0