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