Mercurial > hg > orthanc
comparison OrthancServer/OrthancRestApi/OrthancRestApi.h @ 751:5197fd35333c
refactoring of OrthancRestApi
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 14 Apr 2014 11:28:35 +0200 |
parents | 4afad8cb94fd |
children | 8cfc6119a5bd e7b1ca0f1e04 |
comparison
equal
deleted
inserted
replaced
750:4afad8cb94fd | 751:5197fd35333c |
---|---|
45 typedef std::set<std::string> SetOfStrings; | 45 typedef std::set<std::string> SetOfStrings; |
46 | 46 |
47 private: | 47 private: |
48 ServerContext& context_; | 48 ServerContext& context_; |
49 | 49 |
50 void RegisterSystem(); | |
51 | |
52 void RegisterChanges(); | |
53 | |
54 void RegisterResources(); | |
55 | |
56 void RegisterModalities(); | |
57 | |
58 void RegisterAnonymizeModify(); | |
59 | |
60 void RegisterArchive(); | |
61 | |
50 public: | 62 public: |
51 OrthancRestApi(ServerContext& context); | 63 OrthancRestApi(ServerContext& context); |
52 | 64 |
53 static ServerContext& GetContext(RestApi::Call& call) | 65 static ServerContext& GetContext(RestApi::Call& call) |
54 { | 66 { |