Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h Tue Dec 18 19:01:01 2012 +0100 +++ b/OrthancServer/ServerIndex.h Wed Dec 19 14:57:18 2012 +0100 @@ -142,5 +142,9 @@ void SetProtectedPatient(const std::string& publicId, bool isProtected); + + void GetChildInstances(std::list<std::string>& result, + const std::string& publicId); + }; }