comparison OrthancServer/Internals/FindScp.h @ 1799:4f01c9d73f02 worklists

calledAet made available to all the handlers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 20 Nov 2015 12:57:14 +0100
parents 164d78911382
children b1291df2f780
comparison
equal deleted inserted replaced
1798:e92cd8841a5f 1799:4f01c9d73f02
45 T_DIMSE_Message * msg, 45 T_DIMSE_Message * msg,
46 T_ASC_PresentationContextID presID, 46 T_ASC_PresentationContextID presID,
47 IFindRequestHandler* findHandler, // can be NULL 47 IFindRequestHandler* findHandler, // can be NULL
48 IWorklistRequestHandler* worklistHandler, // can be NULL 48 IWorklistRequestHandler* worklistHandler, // can be NULL
49 const std::string& remoteIp, 49 const std::string& remoteIp,
50 const std::string& remoteAet); 50 const std::string& remoteAet,
51 const std::string& calledAet);
51 } 52 }
52 } 53 }