DIMSE_sendEchoResponse()
in a class derived from DcmSCP. You should instead prepare the response message in a T_DIMSE_Message
structure and send that using DcmSCP::sendDIMSEMessage()
, which is protected (i.e. accessible in a derived class).DIMSE_sendEchoResponse()
in a class derived from DcmSCP. You should instead prepare the response message in a T_DIMSE_Message
structure and send that using DcmSCP::sendDIMSEMessage()
, which is protected (i.e. accessible in a derived class).