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