Mercurial > hg > orthanc
comparison OrthancServer/Sources/ServerContext.h @ 4937:3f9b9865c8cc more-tags
include requested tags from storage if needed
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 14 Mar 2022 13:13:29 +0100 |
parents | 8422e4f99a18 |
children | e8a2e145c80e |
comparison
equal
deleted
inserted
replaced
4936:8422e4f99a18 | 4937:3f9b9865c8cc |
---|---|
544 const std::string& publicId, | 544 const std::string& publicId, |
545 ResourceType level, | 545 ResourceType level, |
546 DicomToJsonFormat format, | 546 DicomToJsonFormat format, |
547 const std::set<DicomTag>& requestedTags); | 547 const std::set<DicomTag>& requestedTags); |
548 | 548 |
549 bool ExpandResource(Json::Value& target, | |
550 const std::string& publicId, | |
551 const std::string& instanceId, // optional: the id of an instance for the resource | |
552 const Json::Value& dicomAsJson, // optional: the dicom-as-json for the resource | |
553 ResourceType level, | |
554 DicomToJsonFormat format, | |
555 const std::set<DicomTag>& requestedTags); | |
556 | |
549 }; | 557 }; |
550 } | 558 } |