Public Member Functions | |
virtual | ~DVPSPrintEventHandler () |
destructor | |
virtual DIC_US | handleEvent (T_DIMSE_N_EventReportRQ &eventMessage, DcmDataset *eventInformation, DcmDataset *statusDetail)=0 |
handles an N-EVENT-REPORT-RQ message. |
Definition at line 44 of file dvpspr.h.
|
handles an N-EVENT-REPORT-RQ message. This method is called from DVPSPrintMessageHandler whenever an event report is received. The event message, information and status detail elements must be copied if they should remain valid after the end of this method call. The event handler can react on the event message in any implementation dependent way, e.g. display the event on-screen.
|