Mercurial > hg > orthanc
comparison OrthancServer/ServerIndex.h @ 304:4eea080e6e7a
refactoring
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 19 Dec 2012 14:57:18 +0100 |
parents | 771f12042be9 |
children | 326d5a4a5af3 |
comparison
equal
deleted
inserted
replaced
303:c76a35a85c69 | 304:4eea080e6e7a |
---|---|
140 | 140 |
141 bool IsProtectedPatient(const std::string& publicId); | 141 bool IsProtectedPatient(const std::string& publicId); |
142 | 142 |
143 void SetProtectedPatient(const std::string& publicId, | 143 void SetProtectedPatient(const std::string& publicId, |
144 bool isProtected); | 144 bool isProtected); |
145 | |
146 void GetChildInstances(std::list<std::string>& result, | |
147 const std::string& publicId); | |
148 | |
145 }; | 149 }; |
146 } | 150 } |