comparison OrthancServer/Sources/ServerContext.h @ 4936:8422e4f99a18 more-tags

Handling RequestedTags in ExpandResource -> read parent main dicom tags if required. Not yet getting missing tags from file. Integration tests ok
author Alain Mazy <am@osimis.io>
date Fri, 11 Mar 2022 17:38:16 +0100
parents acd3f72e2a21
children 3f9b9865c8cc
comparison
equal deleted inserted replaced
4935:acd3f72e2a21 4936:8422e4f99a18
541 void SetUnknownSopClassAccepted(bool accepted); 541 void SetUnknownSopClassAccepted(bool accepted);
542 542
543 bool ExpandResource(Json::Value& target, 543 bool ExpandResource(Json::Value& target,
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 548
548 }; 549 };
549 } 550 }