comparison OrthancServer/Internals/StoreScp.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 b1291df2f780
comparison
equal deleted inserted replaced
1572:904096e7367e 1573:3309878b3e16
41 namespace Internals 41 namespace Internals
42 { 42 {
43 OFCondition storeScp(T_ASC_Association * assoc, 43 OFCondition storeScp(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 IStoreRequestHandler& handler); 46 IStoreRequestHandler& handler,
47 const std::string& remoteIp);
47 } 48 }
48 } 49 }