Mercurial > hg > orthanc
comparison OrthancServer/OrthancInitialization.h @ 484:b8ace6fc1d1f
preparation for handling Orthanc peers
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 16 Jul 2013 12:51:27 +0200 |
parents | 09b3c6265a94 |
children | 1b2cdc855bd3 |
comparison
equal
deleted
inserted
replaced
483:8c3573d28868 | 484:b8ace6fc1d1f |
---|---|
56 void GetDicomModality(const std::string& name, | 56 void GetDicomModality(const std::string& name, |
57 std::string& aet, | 57 std::string& aet, |
58 std::string& address, | 58 std::string& address, |
59 int& port); | 59 int& port); |
60 | 60 |
61 void GetOrthancPeer(const std::string& name, | |
62 std::string& url, | |
63 std::string& username, | |
64 std::string& password); | |
65 | |
61 void GetListOfDicomModalities(std::set<std::string>& target); | 66 void GetListOfDicomModalities(std::set<std::string>& target); |
67 | |
68 void GetListOfOrthancPeers(std::set<std::string>& target); | |
62 | 69 |
63 void SetupRegisteredUsers(MongooseServer& httpServer); | 70 void SetupRegisteredUsers(MongooseServer& httpServer); |
64 | 71 |
65 std::string InterpretRelativePath(const std::string& baseDirectory, | 72 std::string InterpretRelativePath(const std::string& baseDirectory, |
66 const std::string& relativePath); | 73 const std::string& relativePath); |