[This is preliminary documentation and is subject to change.]
This method is called after a N-CREATE-RSP 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.
| C# | Visual Basic | Visual C++ |
protected virtual void AfterHandlingNCreateResponse( DicomMessage dicomMessage )
Protected Overridable Sub AfterHandlingNCreateResponse ( _ dicomMessage As DicomMessage _ )
protected: virtual void AfterHandlingNCreateResponse( DicomMessage^ dicomMessage )
- dicomMessage (DicomMessage)
- The received N-CREATE-RSP message.