Home
last modified time | relevance | path

Searched refs:actionRsp (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmnet/libsrc/
H A Dscp.cc1216 T_DIMSE_N_ActionRSP& actionRsp = response.msg.NActionRSP; in sendACTIONResponse() local
1218 actionRsp.MessageIDBeingRespondedTo = messageID; in sendACTIONResponse()
1219 actionRsp.DimseStatus = rspStatusCode; in sendACTIONResponse()
1220 actionRsp.DataSetType = DIMSE_DATASET_NULL; in sendACTIONResponse()
1222 actionRsp.opts = O_NACTION_AFFECTEDSOPCLASSUID | O_NACTION_AFFECTEDSOPINSTANCEUID; in sendACTIONResponse()
1223 …OFStandard::strlcpy(actionRsp.AffectedSOPClassUID, sopClassUID.c_str(), sizeof(actionRsp.AffectedS… in sendACTIONResponse()
1225actionRsp.AffectedSOPInstanceUID, sopInstanceUID.c_str(), sizeof(actionRsp.AffectedSOPInstanceUID)… in sendACTIONResponse()
H A Dscu.cc1769 T_DIMSE_N_ActionRSP& actionRsp = response.msg.NActionRSP; in sendACTIONRequest() local
1770 rspStatusCode = actionRsp.DimseStatus; in sendACTIONRequest()
1773 if (actionRsp.DataSetType == DIMSE_DATASET_PRESENT) in sendACTIONRequest()
1790 if (actionRsp.MessageIDBeingRespondedTo != actionReq.MessageID) in sendACTIONRequest()
1794 … DCMNET_ERROR("Received response with wrong message ID (" << actionRsp.MessageIDBeingRespondedTo in sendACTIONRequest()