comparison OrthancServer/Sources/Database/StatelessDatabaseOperations.h @ 4697:569d9ef165b1

Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Jun 2021 16:08:35 +0200
parents da1edb7d6332
children f0038043fb97 7053502fbf97
comparison
equal deleted inserted replaced
4696:dd6274412ff4 4697:569d9ef165b1
459 459
460 void Apply(IReadWriteOperations& operations); 460 void Apply(IReadWriteOperations& operations);
461 461
462 bool ExpandResource(Json::Value& target, 462 bool ExpandResource(Json::Value& target,
463 const std::string& publicId, 463 const std::string& publicId,
464 ResourceType level); 464 ResourceType level,
465 DicomToJsonFormat format);
465 466
466 void GetAllMetadata(std::map<MetadataType, std::string>& target, 467 void GetAllMetadata(std::map<MetadataType, std::string>& target,
467 const std::string& publicId, 468 const std::string& publicId,
468 ResourceType level); 469 ResourceType level);
469 470