Bug 214

Summary: VOILUTSequence is not returned in Wado-RS
Product: Orthanc Reporter: Alain Mazy <am>
Component: Plugin - DICOMwebAssignee: Alain Mazy <am>
Status: RESOLVED FIXED    
Severity: normal    
Priority: ---    
Version: unspecified   
Hardware: PC   
OS: Windows   
Attachments: dicom file

Description Alain Mazy 2023-03-14 09:32:38 CET
Created attachment 124 [details]
dicom file

From this message: https://groups.google.com/g/orthanc-users/c/V_8Dlvbj2GI/m/z3D2b7bDAAAJ

dcmdump:
-------
(0028,2110) CS [00]                                     #   2, 1 LossyImageCompression
(0028,3010) SQ (Sequence with explicit length #=1)      # 8222, 1 VOILUTSequence
  (fffe,e000) na (Item with explicit length #=2)          # 8214, 1 Item
    (0028,3002) xs 4096\0\12                                #   6, 3 LUTDescriptor
    (0028,3006) lt 0002\0002\0002\0002\0002\0002\0002\0002\0002\0002\0002\0002\0002... # 8192, 1 LUTData
  (fffe,e00d) na (ItemDelimitationItem for re-encoding)   #   0, 0 ItemDelimitationItem
(fffe,e0dd) na (SequenceDelimitationItem for re-encod.) #   0, 0 SequenceDelimitationItem
(0040,0244) DA [20230303]                               #   8, 1 PerformedProcedureStepStartDate

when performing this curl command: curl 192.168.0.10:8042/dicom-web/studies/123.29504904546855.1759306394197888/series/1.2.840.113564.1921680219.202303030803516685/instances/1.2.840.113564.1921680219.202303030803516686.2203801020003/metadata

the 0028,3010 node is missing from the response:

        "00282110" :
        {
                "Value" :
                [
                        "00"
                ],
                "vr" : "CS"
        },
        "00400244" :
        {
                "Value" :
                [
                        "20230303"
                ],
                "vr" : "DA"
        },

This was tested with Orthanc 1.11.3 and DicomWEB 1.13
Comment 1 Alain Mazy 2023-03-20 18:18:30 CET
"Fixed" in https://hg.orthanc-server.com/orthanc/rev/f9ab3aec3bed

Resolution is not perfect but, in general, it allows more tags to be handled than before.