comparison OrthancFramework/Sources/DicomNetworking/Internals/FindScp.h @ 4482:8efeaba1b7f9

new configuration options: "DicomAlwaysAllowFind" and "DicomAlwaysAllowGet"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 28 Jan 2021 15:54:30 +0100
parents d9473bd5ed43
children 7053502fbf97
comparison
equal deleted inserted replaced
4481:fe7c2be5bce2 4482:8efeaba1b7f9
31 namespace Internals 31 namespace Internals
32 { 32 {
33 OFCondition findScp(T_ASC_Association * assoc, 33 OFCondition findScp(T_ASC_Association * assoc,
34 T_DIMSE_Message * msg, 34 T_DIMSE_Message * msg,
35 T_ASC_PresentationContextID presID, 35 T_ASC_PresentationContextID presID,
36 DicomServer::IRemoteModalities& modalities,
37 IFindRequestHandler* findHandler, // can be NULL 36 IFindRequestHandler* findHandler, // can be NULL
38 IWorklistRequestHandler* worklistHandler, // can be NULL 37 IWorklistRequestHandler* worklistHandler, // can be NULL
39 const std::string& remoteIp, 38 const std::string& remoteIp,
40 const std::string& remoteAet, 39 const std::string& remoteAet,
41 const std::string& calledAet, 40 const std::string& calledAet,