comparison OrthancServer/Sources/ServerContext.h @ 5222:3a61fd50f804 db-protobuf

starting refactoring ExpandedResource
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 03 Apr 2023 21:14:45 +0200
parents f8f1c4a9a216
children c04230962098 566e8d32bd3a
comparison
equal deleted inserted replaced
5221:d0f7c742d397 5222:3a61fd50f804
583 const DicomMap& mainDicomTags, // optional: the main dicom tags for the resource (if already available) 583 const DicomMap& mainDicomTags, // optional: the main dicom tags for the resource (if already available)
584 const std::string& instanceId, // optional: the id of an instance for the resource 584 const std::string& instanceId, // optional: the id of an instance for the resource
585 const Json::Value* dicomAsJson, // optional: the dicom-as-json for the resource 585 const Json::Value* dicomAsJson, // optional: the dicom-as-json for the resource
586 ResourceType level, 586 ResourceType level,
587 const std::set<DicomTag>& requestedTags, 587 const std::set<DicomTag>& requestedTags,
588 ExpandResourceDbFlags expandFlags, 588 ExpandResourceFlags expandFlags,
589 bool allowStorageAccess); 589 bool allowStorageAccess);
590 590
591 FindStorageAccessMode GetFindStorageAccessMode() const 591 FindStorageAccessMode GetFindStorageAccessMode() const
592 { 592 {
593 return findStorageAccessMode_; 593 return findStorageAccessMode_;