problem uploading file from hologic file

hi i have a problem when trying to upload file from a hologic mammogram machine.
this is the file and error log on orthanc log file

E0705 12:19:54.369910 OrthancException.cpp:57] Not implemented yet: Unsupported transfer syntax: 1.2.840.113704.7.0.4.4
E0705 12:19:54.369910 OrthancException.cpp:57] Not implemented yet: Unsupported transfer syntax: 1.2.840.113704.7.0.4.4
E0705 12:19:54.370864 OrthancException.cpp:57] Bad file format: Cannot parse an invalid DICOM file (size: 41468 bytes)
E0705 12:19:54.370864 OrthancException.cpp:57] Bad file format: Cannot parse an invalid DICOM file (size: 41468 bytes)

1.img (40.5 KB)

Hello,

Your DICOM file is simply invalid, as reported by the “dciodvfy” validation tool by David Clunie:
http://dclunie.com/dicom3tools/dciodvfy.html

$ dciodvfy 1.img
(0x4c41,0x4f47) ? - Warning - Private tag without owner
(0x4c41,0x4f47) ? - Warning - Unrecognized tag - assuming explicit value representation OK
(0x4c41,0x4f47) ? Warning - Value representation unsupported by this implementation -
(0x4c41,0x4f47) ? Warning - Unrecognized or unsupported tag - skipping
Error - Seek failed - while skipping remainder of Unrecognized or unsupported tag - skipping
Error - Dicom dataset read failed
Error - Media Storage SOP Instance UID but missing SOP Instance UID and not a directory
Error - Media Storage SOP Class UID but missing SOP Class UID and not a directory
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 Date
Warning - Missing attribute or value that would be needed to build DICOMDIR - Study Time
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
Error - Information Object Not found

Get in touch with the support team of your modality in order to ask them how to fix compatibility with the DICOM standard (you pay them to this end).

Regards,
Sébastien-

Thanks for the quick reply Sébastien.
I’m new to this.
Appreciate the feedback. I will follow up with my modality support team.
Thanks again