comparison OrthancServer/ServerIndex.h @ 1555:d6a93e12b1c1

Creation of DICOM files with encapsulated PDF
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Aug 2015 15:18:13 +0200
parents 0586ed8897f1
children de1413733c97
comparison
equal deleted inserted replaced
1554:89ab71a68fcf 1555:d6a93e12b1c1
262 const std::string& defaultValue); 262 const std::string& defaultValue);
263 263
264 bool GetMainDicomTags(DicomMap& result, 264 bool GetMainDicomTags(DicomMap& result,
265 const std::string& publicId, 265 const std::string& publicId,
266 ResourceType expectedType); 266 ResourceType expectedType);
267
268 bool LookupResourceType(ResourceType& type,
269 const std::string& publicId);
267 }; 270 };
268 } 271 }