DVTk API
BeforeHandlingNActionResponse Method (dicomMessage)
DVTkDvtkHighLevelInterface.Dicom.ThreadsMessageIteratorBeforeHandlingNActionResponse(DicomMessage)
DVTk API

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

This method is called after a N-ACTION-RSP message has been received but before it (possibly) will be 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 BeforeHandlingNActionResponse(
	DicomMessage dicomMessage
)
Protected Overridable Sub BeforeHandlingNActionResponse ( _
	dicomMessage As DicomMessage _
)
protected:
virtual void BeforeHandlingNActionResponse(
	DicomMessage^ dicomMessage
)
Parameters
dicomMessage (DicomMessage)
The received N-ACTION-RSP message.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0