comparison OrthancServer/Internals/FindScp.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 164d78911382
comparison
equal deleted inserted replaced
1572:904096e7367e 1573:3309878b3e16
42 { 42 {
43 OFCondition findScp(T_ASC_Association * assoc, 43 OFCondition findScp(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 IFindRequestHandler& handler, 46 IFindRequestHandler& handler,
47 const std::string& callingAETitle); 47 const std::string& remoteIp,
48 const std::string& remoteAet);
48 } 49 }
49 } 50 }