comparison OrthancServer/Internals/MoveScp.h @ 1573:3309878b3e16

more information about the origin of requests submitted to the DICOM handlers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Aug 2015 13:05:22 +0200
parents 6e7e5ed91c2d
children 4f01c9d73f02
comparison
equal deleted inserted replaced
1572:904096e7367e 1573:3309878b3e16
41 namespace Internals 41 namespace Internals
42 { 42 {
43 OFCondition moveScp(T_ASC_Association * assoc, 43 OFCondition moveScp(T_ASC_Association * assoc,
44 T_DIMSE_Message * msg, 44 T_DIMSE_Message * msg,
45 T_ASC_PresentationContextID presID, 45 T_ASC_PresentationContextID presID,
46 IMoveRequestHandler& handler); 46 IMoveRequestHandler& handler,
47 const std::string& remoteIp,
48 const std::string& remoteAet);
47 } 49 }
48 } 50 }