comparison OrthancServer/ServerIndex.h @ 272:337c506461d2

protection from rest api
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Dec 2012 18:21:04 +0100
parents f6fdf5abe751
children 771f12042be9
comparison
equal deleted inserted replaced
271:98d78841066a 272:337c506461d2
135 int64_t since, 135 int64_t since,
136 unsigned int maxResults); 136 unsigned int maxResults);
137 137
138 bool GetLastExportedResource(Json::Value& target); 138 bool GetLastExportedResource(Json::Value& target);
139 139
140 bool IsProtectedPatient(const std::string& publicId);
141
142 void SetProtectedPatient(const std::string& publicId,
143 bool isProtected);
140 }; 144 };
141 } 145 }