comparison OrthancServer/OrthancRestApi2.h @ 213:4ce7fdcc8879

access to tags, simplified-tags and file of an instance
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Nov 2012 10:59:40 +0100
parents 96b7918a6a18
children 4eb0c7ce86c9
comparison
equal deleted inserted replaced
212:f276b175dcaf 213:4ce7fdcc8879
56 ServerIndex& GetIndex() 56 ServerIndex& GetIndex()
57 { 57 {
58 return index_; 58 return index_;
59 } 59 }
60 60
61 FileStorage& GetStorage() 61 FileStorage& GetFileStorage()
62 { 62 {
63 return storage_; 63 return storage_;
64 } 64 }
65 65
66 Modalities& GetModalities() 66 Modalities& GetModalities()