#731158 Error - Information Object Not found (=UltrasoundMultiframeImageStorage)

Package:
dicom3tools
Source:
dicom3tools
Description:
DICOM medical image files manipulation and conversion tools
Submitter:
Mathieu Malaterre
Date:
2021-11-18 08:51:03 UTC
Severity:
wishlist
Tags:
#731158#5
Date:
2013-12-02 15:46:41 UTC
From:
To:
It would be nice to also have support for
UltrasoundMultiframeImageStorage in dciodvfy. It currently fails with:

$ dciodvfy /tmp/movie.dcm
Warning - Missing attribute or value that would be needed to build
DICOMDIR - Patient ID
Warning - Missing attribute or value that would be needed to build
DICOMDIR - Study ID
Warning - Missing attribute or value that would be needed to build
DICOMDIR - Modality
Warning - Missing attribute or value that would be needed to build
DICOMDIR - Series Number
Warning - Missing attribute or value that would be needed to build
DICOMDIR - Instance Number
Error - Information Object Not found

$ dcmdump /tmp/movie.dcm | head -20

# Dicom-File-Format

# Dicom-Meta-Information-Header
# Used TransferSyntax: Little Endian Explicit
(0002,0000) UL 230                                      #   4, 1
FileMetaInformationGroupLength
(0002,0001) OB 00\01                                    #   2, 1
FileMetaInformationVersion
(0002,0002) UI =UltrasoundMultiframeImageStorage        #  28, 1
MediaStorageSOPClassUID
(0002,0003) UI [1.3.6.1.4.35045.38843539035536225651573609047120000340]
#  54, 1 MediaStorageSOPInstanceUID
(0002,0010) UI =LittleEndianExplicit                    #  20, 1
TransferSyntaxUID
(0002,0012) UI [1.2.826.0.1.3680043.2.1143.107.104.103.115.2.4.1] #
48, 1 ImplementationClassUID
(0002,0013) SH [GDCM 2.4.1]                             #  10, 1
ImplementationVersionName
(0002,0016) AE [gdcmimg]                                #   8, 1
SourceApplicationEntityTitle

# Dicom-Data-Set
# Used TransferSyntax: Little Endian Explicit
(0008,0016) UI =UltrasoundMultiframeImageStorage        #  28, 1 SOPClassUID
(0008,0018) UI [1.3.6.1.4.35045.38843539035536225651573609047120000340]
#  54, 1 SOPInstanceUID
(0008,0020) DA [20131202]                               #   8, 1 StudyDate
(0008,0023) DA [20131202]                               #   8, 1 ContentDate

#731158#14
Date:
2021-11-18 08:49:15 UTC
From:
To:
Turns out this is only related to the old SOP Class:

$ gdcminfo US-MONO2-8-8x-execho.dcm
MediaStorage is 1.2.840.10008.5.1.4.1.1.3 [Ultrasound Multi-frame Image Storage]

Lead to:

 % dciodvfy US-MONO2-8-8x-execho.dcm
[...]
Error - Information Object Not found