Bug 195 - No need for BulkDataURI when Data Element is empty
Summary: No need for BulkDataURI when Data Element is empty
Status: RESOLVED FIXED
Alias: None
Product: Orthanc
Classification: Unclassified
Component: Plugin - DICOMweb (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- enhancement
Assignee: Sébastien Jodogne
URL:
Depends on:
Blocks:
 
Reported: 2021-03-19 12:13 CET by Mathieu Malaterre
Modified: 2021-05-06 16:56 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Malaterre 2021-03-19 12:13:02 CET
When input DICOM file is:

[...]
(0008,1030) UN (no value available)                     #   0, 1 StudyDescription
[...]
(0008,103e) UN (no value available)                     #   0, 1 SeriesDescription
[...]

The WADO-RS generates:

   "00081030" : {
      "BulkDataURI" : "http://acme.corp:8042/dicom-web/studies/1.2.3/series/4.5.6/instances/7.8.9/bulk/00081030",
      "vr" : "UN"
   },
[...]
   "0008103E" : {
      "BulkDataURI" : "http://acme.corp:8042/dicom-web/studies/1.2.3/series/4.5.6/instances/7.8.9/bulk/0008103e",
      "vr" : "UN"
   },

I believe the empty DataElement should be handled differently (even in the case of UN).
Comment 1 Sébastien Jodogne 2021-05-06 16:56:02 CEST
Thanks for the report! This is now fixed by the following changeset in the core of Orthanc, that will be part of forthcoming release 1.9.3 of Orthanc:
https://hg.orthanc-server.com/orthanc/rev/9f7eef20bc7d