comparison OrthancServer/ServerIndex.h @ 190:b6cef9d45cc3

getallpublicids
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Nov 2012 11:20:50 +0100
parents 8e673a65564d
children c56dc32266e0
comparison
equal deleted inserted replaced
189:ccbc2cf64a0d 190:b6cef9d45cc3
161 161
162 bool GetDicomFile(std::string& fileUuid, 162 bool GetDicomFile(std::string& fileUuid,
163 const std::string& instanceUuid); 163 const std::string& instanceUuid);
164 164
165 void GetAllUuids(Json::Value& target, 165 void GetAllUuids(Json::Value& target,
166 const std::string& tableName); 166 ResourceType resourceType);
167 167
168 bool DeletePatient(Json::Value& target, 168 bool DeletePatient(Json::Value& target,
169 const std::string& patientUuid) 169 const std::string& patientUuid)
170 { 170 {
171 return DeleteInternal(target, patientUuid, "Patients"); 171 return DeleteInternal(target, patientUuid, "Patients");