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