Mercurial > hg > orthanc
diff OrthancServer/Sources/ServerContext.h @ 4939:e8a2e145c80e more-tags
cleanup
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 15 Mar 2022 09:09:52 +0100 |
parents | 3f9b9865c8cc |
children | 304514ce84ee |
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.h Mon Mar 14 16:44:00 2022 +0100 +++ b/OrthancServer/Sources/ServerContext.h Tue Mar 15 09:09:52 2022 +0100 @@ -554,5 +554,12 @@ DicomToJsonFormat format, const std::set<DicomTag>& requestedTags); + bool ExpandResource(ExpandedResource& target, + const std::string& publicId, + const std::string& instanceId, // optional: the id of an instance for the resource + const Json::Value& dicomAsJson, // optional: the dicom-as-json for the resource + ResourceType level, + const std::set<DicomTag>& requestedTags); + }; }