Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestApi.h Mon Apr 14 10:27:53 2014 +0200 +++ b/OrthancServer/OrthancRestApi/OrthancRestApi.h Mon Apr 14 11:28:35 2014 +0200 @@ -47,6 +47,18 @@ private: ServerContext& context_; + void RegisterSystem(); + + void RegisterChanges(); + + void RegisterResources(); + + void RegisterModalities(); + + void RegisterAnonymizeModify(); + + void RegisterArchive(); + public: OrthancRestApi(ServerContext& context);