[This is preliminary documentation and is subject to change.]
Override this method to handle a N-GET-RSP message.
| C# | Visual Basic | Visual C++ |
public virtual bool HandleNGetResponse( DicomMessage dicomMessage )
Public Overridable Function HandleNGetResponse ( _ dicomMessage As DicomMessage _ ) As Boolean
public: virtual bool HandleNGetResponse( DicomMessage^ dicomMessage )
- dicomMessage (DicomMessage)
- The received N-GET-RSP message.
Return true when this methods has handled the received N-GET-RSP message , otherwise false.