Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
4938:f630796a59b1 | 4939:e8a2e145c80e |
---|---|
552 const Json::Value& dicomAsJson, // optional: the dicom-as-json for the resource | 552 const Json::Value& dicomAsJson, // optional: the dicom-as-json for the resource |
553 ResourceType level, | 553 ResourceType level, |
554 DicomToJsonFormat format, | 554 DicomToJsonFormat format, |
555 const std::set<DicomTag>& requestedTags); | 555 const std::set<DicomTag>& requestedTags); |
556 | 556 |
557 bool ExpandResource(ExpandedResource& target, | |
558 const std::string& publicId, | |
559 const std::string& instanceId, // optional: the id of an instance for the resource | |
560 const Json::Value& dicomAsJson, // optional: the dicom-as-json for the resource | |
561 ResourceType level, | |
562 const std::set<DicomTag>& requestedTags); | |
563 | |
557 }; | 564 }; |
558 } | 565 } |