Hello!
I’ve recently upgraded all Orthanc versions in my infrastructure to version jodogne/orthanc:1.12.3. Moreover, I’ve moved away from Osimis viewer in favor of Stone and OHIF 3.x.
However, I noticed a bug in the Orthanc dicomizer (/tools/create-dicom): any PDF added to a dicomized study won’t appear on Stone or OHIF.
I create a dicomized PDF study with a request like this:
Headers: [Accept:"text/plain, application/json, application/*+json, */*", Content-Type:"application/json", Content-Length:"93683", Authorization:"Basic Y2NyQWRtaW46bHgpMiMyNlYwIS1BMTNa"]
Body: {"Content":["data:application/pdf;base64,JVBERi0xLjQKJd..."],"Tags":{"PatientBirthDate":"20240529","PatientSex":"M","InstitutionName":"CENTRO DE SAUDE DE NITEROI","RequestedProcedurePriority":"ROUTINE","StudyDescription":"dad","PatientName":"aacpsc","EmptyStudy":"false","PatientComments":null,"Modality":"BMD","SOPClassUID":"1.2.840.10008.5.1.4.1.1.7","SeriesDescription":"dad"}}
Then I receive this response from Orthanc
Status code: 200 OK
Headers: [Server:"nginx/1.21.6", Date:"Wed, 29 May 2024 00:56:02 GMT", Content-Type:"application/json; charset=utf-8", Content-Length:"154", Connection:"keep-alive", X-Content-Type-Options:"nosniff", Access-Control-Allow-Credentials:"true", Access-Control-Allow-Headers:"DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type", Access-Control-Allow-Methods:"GET, POST, OPTIONS", Access-Control-Allow-Origin:"*"]
Body:
{
"ID" : "602e2254-1315121d-1db57729-f9fc63c3-30ac4382",
"Path" : "/series/602e2254-1315121d-1db57729-f9fc63c3-30ac4382",
"Status" : "Success"
}
But I can’t see the study on Stone or OHIF. With Stone, the following endpoint fails:
Response:
{
"HttpError" : "Bad Request",
"HttpStatus" : 400,
"Message" : "Parameter out of range",
"Method" : "GET",
"OrthancError" : "Parameter out of range",
"OrthancStatus" : 3,
"Uri" : "/dicom-web/studies/1.2.276.0.7230010.3.1.2.313264384.1.1716944575.951936/series/1.2.276.0.7230010.3.1.3.313264384.1.1716944575.951937/rendered"
}
And this is what I see in Chrome’s dev tools console:
VM2394:1 Initializing Stone
VM2394:1 Using DCMTK version: 367
VM2394:1 The DICOM cache size is set to 4096MB
VM2394:1 SetSkipSeriesFromModalities ["SR","SEG","PR"]
app.js:1552 Loading study: 1.2.276.0.7230010.3.1.2.313264384.1.1716944575.951936
app.js:1713 Unknown type of dynamic action in the Stone Web viewer: VIDEO_XHR_CANDIDATE
VM2394:1 Loaded series 1.2.276.0.7230010.3.1.3.313264384.1.1716944575.951937, number of instances: 1
app.js:363 Unable to handle this series: 1.2.276.0.7230010.3.1.3.313264384.1.1716944575.951937
app.js:1713 Unknown type of dynamic action in the Stone Web viewer: VIDEO_XHR_CANDIDATE
VM2394:1 Thumbnail updated for series: 1.2.276.0.7230010.3.1.3.313264384.1.1716944575.951937: 2
app.js:1713 Unknown type of dynamic action in the Stone Web viewer: VIDEO_XHR_CANDIDATE
Finally, I have the reader instances logs:
2024-05-29 02:11:49 reader-1 | I0529 01:11:49.615621 HTTP-71 HttpServer.cpp:1262] (http) GET /stone-webviewer/index.html
2024-05-29 02:11:49 reader-1 | I0529 01:11:49.615852 HTTP-71 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/index.html
2024-05-29 02:11:49 reader-1 | I0529 01:11:49.671283 HTTP-73 HttpServer.cpp:1262] (http) GET /stone-webviewer/open-sans.css
2024-05-29 02:11:49 reader-1 | I0529 01:11:49.671284 HTTP-72 HttpServer.cpp:1262] (http) GET /stone-webviewer/css/all.css
2024-05-29 02:11:49 reader-1 | I0529 01:11:49.671537 HTTP-73 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/open-sans.css
2024-05-29 02:11:49 reader-1 | I0529 01:11:49.671625 HTTP-72 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/css/all.css
2024-05-29 02:11:49 reader-2 | I0529 01:11:49.671269 HTTP-75 HttpServer.cpp:1262] (http) GET /stone-webviewer/css/bootstrap.css
2024-05-29 02:11:49 reader-2 | I0529 01:11:49.671496 HTTP-75 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/css/bootstrap.css
2024-05-29 02:11:49 reader-1 | I0529 01:11:49.683525 HTTP-74 HttpServer.cpp:1262] (http) GET /stone-webviewer/img/orthanc.png
2024-05-29 02:11:49 reader-1 | I0529 01:11:49.683715 HTTP-74 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/img/orthanc.png
2024-05-29 02:11:49 reader-2 | I0529 01:11:49.684174 HTTP-76 HttpServer.cpp:1262] (http) GET /stone-webviewer/app-fixes.css
2024-05-29 02:11:49 reader-2 | I0529 01:11:49.686748 HTTP-76 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/app-fixes.css
2024-05-29 02:11:49 reader-2 | I0529 01:11:49.688499 HTTP-77 HttpServer.cpp:1262] (http) GET /stone-webviewer/app.css
2024-05-29 02:11:49 reader-2 | I0529 01:11:49.690181 HTTP-77 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/app.css
2024-05-29 02:11:49 reader-1 | I0529 01:11:49.709011 HTTP-75 HttpServer.cpp:1262] (http) GET /stone-webviewer/img/grid1x1.png
2024-05-29 02:11:49 reader-1 | I0529 01:11:49.709244 HTTP-75 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/img/grid1x1.png
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.108046 HTTP-78 HttpServer.cpp:1262] (http) GET /stone-webviewer/js/jquery-3.4.1.min.js
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.108159 HTTP-79 HttpServer.cpp:1262] (http) GET /stone-webviewer/img/grid2x1.png
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.108315 HTTP-79 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/img/grid2x1.png
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.108521 HTTP-80 HttpServer.cpp:1262] (http) GET /stone-webviewer/js/pdf.js
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.108667 HTTP-80 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/js/pdf.js
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.109252 HTTP-78 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/js/jquery-3.4.1.min.js
2024-05-29 02:11:50 reader-1 | I0529 01:11:50.108368 HTTP-77 HttpServer.cpp:1262] (http) GET /stone-webviewer/js/bootstrap.min.js
2024-05-29 02:11:50 reader-1 | I0529 01:11:50.108544 HTTP-77 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/js/bootstrap.min.js
2024-05-29 02:11:50 reader-1 | I0529 01:11:50.108802 HTTP-78 HttpServer.cpp:1262] (http) GET /stone-webviewer/js/vue.min.js
2024-05-29 02:11:50 reader-1 | I0529 01:11:50.108912 HTTP-78 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/js/vue.min.js
2024-05-29 02:11:50 reader-1 | I0529 01:11:50.117145 HTTP-76 HttpServer.cpp:1262] (http) GET /stone-webviewer/js/axios.min.js
2024-05-29 02:11:50 reader-1 | I0529 01:11:50.117285 HTTP-76 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/js/axios.min.js
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.188253 HTTP-81 HttpServer.cpp:1262] (http) GET /stone-webviewer/css/bootstrap.css.map
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.188460 HTTP-81 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/css/bootstrap.css.map
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.188530 HTTP-81 PluginsManager.cpp:161] (plugins) Unknown MIME type for extension ".map"
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.191302 HTTP-82 HttpServer.cpp:1262] (http) GET /stone-webviewer/stone.js
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.191535 HTTP-82 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/stone.js
2024-05-29 02:11:50 reader-1 | I0529 01:11:50.205261 HTTP-79 HttpServer.cpp:1262] (http) GET /stone-webviewer/app.js
2024-05-29 02:11:50 reader-1 | I0529 01:11:50.205310 HTTP-80 HttpServer.cpp:1262] (http) GET /stone-webviewer/pdf-viewer.js
2024-05-29 02:11:50 reader-1 | I0529 01:11:50.205514 HTTP-79 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/app.js
2024-05-29 02:11:50 reader-1 | I0529 01:11:50.205608 HTTP-80 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/pdf-viewer.js
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.207903 HTTP-83 HttpServer.cpp:1262] (http) GET /stone-webviewer/print.js
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.208070 HTTP-83 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/print.js
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.213975 HTTP-84 HttpServer.cpp:1262] (http) GET /stone-webviewer/img/loading.gif
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.214160 HTTP-84 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/img/loading.gif
2024-05-29 02:11:50 reader-1 | I0529 01:11:50.218989 HTTP-81 HttpServer.cpp:1262] (http) GET /stone-webviewer/img/grid1x2.png
2024-05-29 02:11:50 reader-1 | I0529 01:11:50.219167 HTTP-81 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/img/grid1x2.png
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.219004 HTTP-85 HttpServer.cpp:1262] (http) GET /stone-webviewer/img/grid2x2.png
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.219167 HTTP-85 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/img/grid2x2.png
2024-05-29 02:11:50 reader-1 | I0529 01:11:50.385981 HTTP-82 HttpServer.cpp:1262] (http) GET /stone-webviewer/js/axios.min.map
2024-05-29 02:11:50 reader-1 | I0529 01:11:50.386193 HTTP-82 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/js/axios.min.map
2024-05-29 02:11:50 reader-1 | I0529 01:11:50.386260 HTTP-82 PluginsManager.cpp:161] (plugins) Unknown MIME type for extension ".map"
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.385981 HTTP-86 HttpServer.cpp:1262] (http) GET /stone-webviewer/js/pdf.js.map
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.386193 HTTP-86 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/js/pdf.js.map
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.386260 HTTP-86 PluginsManager.cpp:161] (plugins) Unknown MIME type for extension ".map"
2024-05-29 02:11:50 reader-1 | I0529 01:11:50.466858 HTTP-83 HttpServer.cpp:1262] (http) GET /stone-webviewer/webfonts/2017-11-13-OpenSans-Regular.woff2
2024-05-29 02:11:50 reader-1 | I0529 01:11:50.467056 HTTP-83 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/webfonts/2017-11-13-OpenSans-Regular.woff2
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.511750 HTTP-87 HttpServer.cpp:1262] (http) GET /stone-webviewer/configuration.json
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.511911 HTTP-87 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/configuration.json
2024-05-29 02:11:50 reader-1 | I0529 01:11:50.529502 HTTP-84 HttpServer.cpp:1262] (http) GET /stone-webviewer/StoneWebViewer.js
2024-05-29 02:11:50 reader-1 | I0529 01:11:50.529689 HTTP-84 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/StoneWebViewer.js
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.654526 HTTP-88 HttpServer.cpp:1262] (http) GET /stone-webviewer/StoneWebViewer.wasm
2024-05-29 02:11:50 reader-2 | I0529 01:11:50.654748 HTTP-88 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/StoneWebViewer.wasm
2024-05-29 02:11:51 reader-2 | I0529 01:11:51.729549 HTTP-89 HttpServer.cpp:1262] (http) GET /dicom-web/series
2024-05-29 02:11:51 reader-2 | I0529 01:11:51.729869 HTTP-89 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /dicom-web/series
2024-05-29 02:11:51 reader-2 | I0529 01:11:51.730002 HTTP-89 PluginsManager.cpp:161] (plugins) Arguments of QIDO-RS request: [0020000D=1.2.276.0.7230010.3.1.2.313264384.1.1716944575.951936] [includefield=00081030,00200011]
2024-05-29 02:11:51 reader-2 | I0529 01:11:51.730163 HTTP-89 PluginsManager.cpp:161] (plugins) Body of the call from QIDO-RS to /tools/find: {
2024-05-29 02:11:51 reader-2 | "CaseSensitive" : false,
2024-05-29 02:11:51 reader-2 | "Expand" : true,
2024-05-29 02:11:51 reader-2 | "Full" : true,
2024-05-29 02:11:51 reader-2 | "Level" : "Series",
2024-05-29 02:11:51 reader-2 | "Limit" : 0,
2024-05-29 02:11:51 reader-2 | "Query" : {
2024-05-29 02:11:51 reader-2 | "0020,000d" : "1.2.276.0.7230010.3.1.2.313264384.1.1716944575.951936"
2024-05-29 02:11:51 reader-2 | },
2024-05-29 02:11:51 reader-2 | "RequestedTags" : [
2024-05-29 02:11:51 reader-2 | "0008,0060",
2024-05-29 02:11:51 reader-2 | "0008,0201",
2024-05-29 02:11:51 reader-2 | "0008,1030",
2024-05-29 02:11:51 reader-2 | "0008,103e",
2024-05-29 02:11:51 reader-2 | "0020,000d",
2024-05-29 02:11:51 reader-2 | "0020,000e",
2024-05-29 02:11:51 reader-2 | "0020,0011",
2024-05-29 02:11:51 reader-2 | "0020,1209",
2024-05-29 02:11:51 reader-2 | "0040,0244",
2024-05-29 02:11:51 reader-2 | "0040,0245",
2024-05-29 02:11:51 reader-2 | "0040,0275"
2024-05-29 02:11:51 reader-2 | ],
2024-05-29 02:11:51 reader-2 | "Since" : 0
2024-05-29 02:11:51 reader-2 | }
2024-05-29 02:11:51 reader-2 |
2024-05-29 02:11:51 reader-2 | I0529 01:11:51.730258 HTTP-89 OrthancPlugins.cpp:4058] (plugins) Plugin making REST POST call to URI /tools/find (after plugins)
2024-05-29 02:11:51 reader-1 | I0529 01:11:51.729487 HTTP-85 HttpServer.cpp:1262] (http) GET /dicom-web/studies
2024-05-29 02:11:51 reader-1 | I0529 01:11:51.729900 HTTP-85 OrthancPlugins.cpp:2400] (plugins) Delegating HTTP request to plugin for URI: /dicom-web/studies
2024-05-29 02:11:51 reader-1 | I0529 01:11:51.730029 HTTP-85 PluginsManager.cpp:161] (plugins) Arguments of QIDO-RS request: [0020000D=1.2.276.0.7230010.3.1.2.313264384.1.1716944575.951936] [includefield=00081030]
2024-05-29 02:11:51 reader-1 | I0529 01:11:51.730195 HTTP-85 PluginsManager.cpp:161] (plugins) Body of the call from QIDO-RS to /tools/find: {
2024-05-29 02:11:51 reader-1 | "CaseSensitive" : false,
2024-05-29 02:11:51 reader-1 | "Expand" : true,
2024-05-29 02:11:51 reader-1 | "Full" : true,
2024-05-29 02:11:51 reader-1 | "Level" : "Study",
2024-05-29 02:11:51 reader-1 | "Limit" : 0,
2024-05-29 02:11:51 reader-1 | "Query" : {
2024-05-29 02:11:51 reader-1 | "0020,000d" : "1.2.276.0.7230010.3.1.2.313264384.1.1716944575.951936"
2024-05-29 02:11:51 reader-1 | },
2024-05-29 02:11:51 reader-1 | "RequestedTags" : [
2024-05-29 02:11:51 reader-1 | "0008,0020",
2024-05-29 02:11:51 reader-1 | "0008,0030",
2024-05-29 02:11:51 reader-1 | "0008,0050",
2024-05-29 02:11:51 reader-1 | "0008,0056",
2024-05-29 02:11:51 reader-1 | "0008,0061",
2024-05-29 02:11:51 reader-1 | "0008,0090",
2024-05-29 02:11:51 reader-1 | "0008,0201",
2024-05-29 02:11:51 reader-1 | "0008,1030",
2024-05-29 02:11:51 reader-1 | "0010,0010",
2024-05-29 02:11:51 reader-1 | "0010,0020",
2024-05-29 02:11:51 reader-1 | "0010,0030",
2024-05-29 02:11:51 reader-1 | "0010,0040",
2024-05-29 02:11:51 reader-1 | "0020,000d",
2024-05-29 02:11:51 reader-1 | "0020,0010",
2024-05-29 02:11:51 reader-1 | "0020,1206",
2024-05-29 02:11:51 reader-1 | "0020,1208"
2024-05-29 02:11:51 reader-1 | ],
2024-05-29 02:11:51 reader-1 | "Since" : 0
2024-05-29 02:11:51 reader-1 | }
2024-05-29 02:11:51 reader-1 |
2024-05-29 02:11:51 reader-1 | I0529 01:11:51.730294 HTTP-85 OrthancPlugins.cpp:4058] (plugins) Plugin making REST POST call to URI /tools/find (after plugins)
2024-05-29 02:11:51 reader-1 | I0529 01:11:51.732264 HTTP-86 HttpServer.cpp:1262] (http) GET /system
2024-05-29 02:11:51 reader-1 | I0529 01:11:51.745138 HTTP-85 ServerContext.cpp:1561] Number of candidate resources after fast DB filtering on main DICOM tags: 1
2024-05-29 02:11:51 reader-2 | I0529 01:11:51.745176 HTTP-89 ServerContext.cpp:1561] Number of candidate resources after fast DB filtering on main DICOM tags: 1
2024-05-29 02:11:51 reader-2 | I0529 01:11:51.780395 HTTP-89 ServerContext.cpp:1709] Number of matching resources: 1
2024-05-29 02:11:51 reader-1 | I0529 01:11:51.780327 HTTP-85 ServerContext.cpp:1709] Number of matching resources: 1
2024-05-29 02:11:51 reader-1 | W0529 01:11:51.832319 HTTP-85 ServerContext.cpp:2626] W001: Accessing Dicom tags from storage when accessing study : 0008,0201
2024-05-29 02:11:51 reader-2 | W0529 01:11:51.856054 HTTP-89 ServerContext.cpp:2626] W001: Accessing Dicom tags from storage when accessing series : 0008,0201;0040,0244;0040,0245;0040,0275
2024-05-29 02:11:51 reader-1 | I0529 01:11:51.879543 HTTP-85 StorageCache.cpp:127] Read attachment "e341b86a-95d6-4b9c-942e-8bf02c028b27" with content type 1 from cache
2024-05-29 02:11:51 reader-2 | I0529 01:11:51.896738 HTTP-89 StorageCache.cpp:127] Read attachment "e341b86a-95d6-4b9c-942e-8bf02c028b27" with content type 1 from cache
2024-05-29 02:11:51 reader-2 | I0529 01:11:51.948632 HTTP-90 HttpServer.cpp:1262] (http) GET /dicom-web/studies/1.2.276.0.7230010.3.1.2.313264384.1.1716944575.951936/series/1.2.276.0.7230010.3.1.3.313264384.1.1716944575.951937/rendered
2024-05-29 02:11:51 reader-2 | I0529 01:11:51.948919 HTTP-90 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /dicom-web/studies/1.2.276.0.7230010.3.1.2.313264384.1.1716944575.951936/series/1.2.276.0.7230010.3.1.3.313264384.1.1716944575.951937/rendered
2024-05-29 02:11:51 reader-2 | I0529 01:11:51.949003 HTTP-90 OrthancPlugins.cpp:4058] (plugins) Plugin making REST POST call to URI /tools/find (after plugins)
2024-05-29 02:11:51 reader-2 | I0529 01:11:51.966906 HTTP-90 ServerContext.cpp:1561] Number of candidate resources after fast DB filtering on main DICOM tags: 1
2024-05-29 02:11:51 reader-1 | I0529 01:11:51.969718 HTTP-87 HttpServer.cpp:1262] (http) GET /stone-webviewer/img/loading.gif
2024-05-29 02:11:51 reader-1 | I0529 01:11:51.969974 HTTP-87 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/img/loading.gif
2024-05-29 02:11:52 reader-1 | I0529 01:11:52.000965 HTTP-88 HttpServer.cpp:1262] (http) GET /stone-webviewer/webfonts/fa-solid-900.woff2
2024-05-29 02:11:52 reader-1 | I0529 01:11:52.001280 HTTP-88 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /stone-webviewer/webfonts/fa-solid-900.woff2
2024-05-29 02:11:52 reader-2 | I0529 01:11:52.015000 HTTP-90 ServerContext.cpp:1709] Number of matching resources: 1
2024-05-29 02:11:52 reader-2 | I0529 01:11:52.015146 HTTP-90 OrthancPlugins.cpp:3221] (plugins) Plugin making REST GET call on URI /series/03e33fca-99a548e4-d13bf0e9-504a2c2f-40c3cc60 (built-in API)
2024-05-29 02:11:52 reader-2 | I0529 01:11:52.066726 HTTP-90 StorageCache.cpp:127] Read attachment "e341b86a-95d6-4b9c-942e-8bf02c028b27" with content type 1 from cache
2024-05-29 02:11:52 reader-2 | I0529 01:11:52.067136 HTTP-90 PluginsManager.cpp:161] (plugins) Decoding one DICOM instance of 0.1MB using GDCM
2024-05-29 02:11:52 reader-2 | W0529 01:11:52.067509 HTTP-90 PluginsManager.cpp:157] Cannot decode image using GDCM: Bad file format
2024-05-29 02:11:52 reader-2 | I0529 01:11:52.067566 HTTP-90 ServerContext.cpp:1948] The installed image decoding plugins cannot handle an image, fallback to the built-in DCMTK decoder
2024-05-29 02:11:52 reader-2 | E0529 01:11:52.067825 HTTP-90 PluginsManager.cpp:188] Exception while invoking plugin service 6014: Not implemented yet
2024-05-29 02:11:52 reader-2 | E0529 01:11:52.067874 HTTP-90 PluginsManager.cpp:153] Cannot uncompress a DICOM image
2024-05-29 02:11:52 reader-2 | E0529 01:11:52.067924 HTTP-90 PluginsErrorDictionary.cpp:100] Exception inside the plugin engine: Parameter out of range
2024-05-29 02:11:52 reader-1 | I0529 01:11:52.076913 HTTP-89 HttpServer.cpp:1262] (http) GET /dicom-web/studies/1.2.276.0.7230010.3.1.2.313264384.1.1716944575.951936/series/1.2.276.0.7230010.3.1.3.313264384.1.1716944575.951937/metadata
2024-05-29 02:11:52 reader-1 | I0529 01:11:52.077094 HTTP-89 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /dicom-web/studies/1.2.276.0.7230010.3.1.2.313264384.1.1716944575.951936/series/1.2.276.0.7230010.3.1.3.313264384.1.1716944575.951937/metadata
2024-05-29 02:11:52 reader-1 | I0529 01:11:52.077214 HTTP-89 OrthancPlugins.cpp:4058] (plugins) Plugin making REST POST call to URI /tools/find (after plugins)
2024-05-29 02:11:52 reader-1 | I0529 01:11:52.090884 HTTP-89 ServerContext.cpp:1561] Number of candidate resources after fast DB filtering on main DICOM tags: 1
2024-05-29 02:11:52 reader-1 | I0529 01:11:52.125215 HTTP-89 ServerContext.cpp:1709] Number of matching resources: 1
2024-05-29 02:11:52 reader-1 | I0529 01:11:52.125408 HTTP-89 OrthancPlugins.cpp:3221] (plugins) Plugin making REST GET call on URI /series/03e33fca-99a548e4-d13bf0e9-504a2c2f-40c3cc60/attachments/4301/data (built-in API)
2024-05-29 02:11:52 reader-1 | I0529 01:11:52.151861 HTTP-89 FilesystemStorage.cpp:164] Reading attachment "125cfb9b-fde4-412d-b391-6a553925d0da" of "User-defined" content type
2024-05-29 02:11:52 reader-1 | I0529 01:11:52.162319 HTTP-89 FilesystemStorage.cpp:170] Read attachment "125cfb9b-fde4-412d-b391-6a553925d0da" (612bytes in 10.43ms = 469.33kbps)
2024-05-29 02:11:52 reader-1 | I0529 01:11:52.162453 HTTP-89 OrthancPlugins.cpp:3221] (plugins) Plugin making REST GET call on URI /series/03e33fca-99a548e4-d13bf0e9-504a2c2f-40c3cc60 (built-in API)
2024-05-29 02:11:52 reader-2 | I0529 01:11:52.252888 HTTP-91 HttpServer.cpp:1262] (http) GET /dicom-web/instances
2024-05-29 02:11:52 reader-2 | I0529 01:11:52.253142 HTTP-91 OrthancPlugins.cpp:2475] (plugins) Delegating HTTP request to plugin for URI: /dicom-web/instances
2024-05-29 02:11:52 reader-2 | I0529 01:11:52.253219 HTTP-91 PluginsManager.cpp:161] (plugins) Arguments of QIDO-RS request: [0020000D=1.2.276.0.7230010.3.1.2.313264384.1.1716944575.951936] [0020000E=1.2.276.0.7230010.3.1.3.313264384.1.1716944575.951937] [includefield=00080016]
2024-05-29 02:11:52 reader-2 | I0529 01:11:52.253371 HTTP-91 PluginsManager.cpp:161] (plugins) Body of the call from QIDO-RS to /tools/find: {
2024-05-29 02:11:52 reader-2 | "CaseSensitive" : false,
2024-05-29 02:11:52 reader-2 | "Expand" : true,
2024-05-29 02:11:52 reader-2 | "Full" : true,
2024-05-29 02:11:52 reader-2 | "Level" : "Instance",
2024-05-29 02:11:52 reader-2 | "Limit" : 0,
2024-05-29 02:11:52 reader-2 | "Query" : {
2024-05-29 02:11:52 reader-2 | "0020,000d" : "1.2.276.0.7230010.3.1.2.313264384.1.1716944575.951936",
2024-05-29 02:11:52 reader-2 | "0020,000e" : "1.2.276.0.7230010.3.1.3.313264384.1.1716944575.951937"
2024-05-29 02:11:52 reader-2 | },
2024-05-29 02:11:52 reader-2 | "RequestedTags" : [
2024-05-29 02:11:52 reader-2 | "0008,0016",
2024-05-29 02:11:52 reader-2 | "0008,0018",
2024-05-29 02:11:52 reader-2 | "0008,0056",
2024-05-29 02:11:52 reader-2 | "0008,0201",
2024-05-29 02:11:52 reader-2 | "0008,1190",
2024-05-29 02:11:52 reader-2 | "0020,000d",
2024-05-29 02:11:52 reader-2 | "0020,000e",
2024-05-29 02:11:52 reader-2 | "0020,0013",
2024-05-29 02:11:52 reader-2 | "0028,0008",
2024-05-29 02:11:52 reader-2 | "0028,0010",
2024-05-29 02:11:52 reader-2 | "0028,0011",
2024-05-29 02:11:52 reader-2 | "0028,0100"
2024-05-29 02:11:52 reader-2 | ],
2024-05-29 02:11:52 reader-2 | "Since" : 0
2024-05-29 02:11:52 reader-2 | }
2024-05-29 02:11:52 reader-2 |
2024-05-29 02:11:52 reader-2 | I0529 01:11:52.253448 HTTP-91 OrthancPlugins.cpp:4058] (plugins) Plugin making REST POST call to URI /tools/find (after plugins)
2024-05-29 02:11:52 reader-2 | I0529 01:11:52.275548 HTTP-91 ServerContext.cpp:1561] Number of candidate resources after fast DB filtering on main DICOM tags: 1
2024-05-29 02:11:52 reader-2 | I0529 01:11:52.313722 HTTP-91 ServerContext.cpp:1709] Number of matching resources: 1
2024-05-29 02:11:52 reader-2 | W0529 01:11:52.394819 HTTP-91 ServerContext.cpp:2626] W001: Accessing Dicom tags from storage when accessing instance : 0008,0016;0008,0201;0028,0010;0028,0011;0028,0100
2024-05-29 02:11:52 reader-2 | I0529 01:11:52.435838 HTTP-91 StorageCache.cpp:127] Read attachment "e341b86a-95d6-4b9c-942e-8bf02c028b27" with content type 1 from cache
Is anyone facing the same issue, or know what could be the problem in my case?