comparison OrthancServer/Sources/OrthancWebDav.cpp @ 5287:c04230962098 am-experimental

wip: 'dicomWeb' json format + 'include' get arguments
author Alain Mazy <am@osimis.io>
date Fri, 28 Apr 2023 10:42:27 +0200
parents 0ea402b4d901
children
comparison
equal deleted inserted replaced
5286:28f0e38e4082 5287:c04230962098
259 const Json::Value* dicomAsJson /* unused (*) */) ORTHANC_OVERRIDE 259 const Json::Value* dicomAsJson /* unused (*) */) ORTHANC_OVERRIDE
260 { 260 {
261 Json::Value resource; 261 Json::Value resource;
262 std::set<DicomTag> emptyRequestedTags; // not supported for webdav 262 std::set<DicomTag> emptyRequestedTags; // not supported for webdav
263 263
264 if (context_.ExpandResource(resource, publicId, level_, DicomToJsonFormat_Human, emptyRequestedTags, true /* allowStorageAccess */)) 264 if (context_.ExpandResource(resource, publicId, level_, DicomToJsonFormat_Human, emptyRequestedTags, ExpandResourceFlags_Default, true /* allowStorageAccess */))
265 { 265 {
266 if (success_) 266 if (success_)
267 { 267 {
268 success_ = false; // Two matches => Error 268 success_ = false; // Two matches => Error
269 } 269 }