Hi Guys,
I’ve just got this problem when trying to upload Cone Beam images from a Carestream device, below the log.
Please let me know what I can do to get Orthanc v1.3.2 to accept such images.
Thanks in advance,
Roberto Fichera.
May 14 09:10:56 localhost Orthanc[649]: W: Found element (0009,11a0) with VR UN and undefined length, reading a sequence with transfer syntax LittleEndianImplicit (CP-246)
May 14 09:10:56 localhost Orthanc[649]: W: DcmItem: Length of element (0009,11a1) is odd
May 14 09:10:56 localhost Orthanc[649]: W: DcmItem: Dataset not in ascending tag order, at element (0000,0000)
May 14 09:10:56 localhost Orthanc[649]: W: DcmItem: Element (0000,0000) found twice in one data set or item, ignoring second entry
May 14 09:10:56 localhost Orthanc[649]: W: DcmItem: Element (0000,0000) found twice in one data set or item, ignoring second entry
May 14 09:10:56 localhost Orthanc[649]: W: DcmItem: Element (0000,0000) found twice in one data set or item, ignoring second entry
May 14 09:10:56 localhost Orthanc[649]: W: DcmItem: Element (0000,0000) found twice in one data set or item, ignoring second entry
May 14 09:10:56 localhost Orthanc[649]: W: DcmItem: Length of element (028f,028b) is odd
May 14 09:11:04 localhost Orthanc[649]: E: DcmElement: Unknown Tag & Data (028f,028b) larger (39846519) than remaining bytes (563228) in file, premature end of stream
May 14 09:11:04 localhost Orthanc[649]: W: DIMSE Warning: (KPServer,ORTHANC): DIMSE receiveDataSetInMemory: dset->read() Failed (Invalid stream)
May 14 09:11:04 localhost Orthanc[649]: E0514 09:11:04.644651 StoreScp.cpp:294] Store SCP Failed: DIMSE Failed to receive message
and below you can see the tags details show by python pydicom library
In [1]: from pydicom import dicomio
In [2]: i = dicomio.read_file(‘export.dcm’)
In [3]: i
Out[3]:
(0008, 0005) Specific Character Set CS: ‘ISO_IR 192’
(0008, 0008) Image Type CS: [‘DERIVED’, ‘PRIMARY’, ‘VOLUME’, ‘RESAMPLED’]
(0008, 0012) Instance Creation Date DA: ‘20180514’
(0008, 0013) Instance Creation Time TM: ‘111411’
(0008, 0016) SOP Class UID UI: X-Ray 3D Craniofacial Image Storage
(0008, 0018) SOP Instance UID UI: 1.2.250.1.90.2.772081700.20180514111411.5796.12204
(0008, 0020) Study Date DA: ‘20180406’
(0008, 0021) Series Date DA: ‘20180514’
(0008, 0022) Acquisition Date DA: ‘20180406’
(0008, 0023) Content Date DA: ‘20180514’
(0008, 0030) Study Time TM: ‘180549’
(0008, 0031) Series Time TM: ‘111411’
(0008, 0032) Acquisition Time TM: ‘180741’
(0008, 0033) Content Time TM: ‘111411’
(0008, 0050) Accession Number SH: ‘’
(0008, 0060) Modality CS: ‘DX’
(0008, 0070) Manufacturer LO: ‘Carestream Health’
(0008, 0080) Institution Name LO: ‘XXXXXXX’
(0008, 0090) Referring Physician’s Name PN: ‘XXXXXXX’
(0008, 1030) Study Description LO: ‘’
(0008, 103e) Series Description LO: ‘Exported Volume’
(0008, 1040) Institutional Department Name LO: ‘RADIOLOGY’
(0008, 1090) Manufacturer’s Model Name LO: ‘CS 9000’
(0008, 9206) Volumetric Properties CS: ‘VOLUME’
(0008, 9207) Volume Based Calculation Technique CS: ‘MPR’
(0009, 0011) Private Creator LO: ‘TROPHY’
(0009, 11a0) Private tag data 4 item(s) ----
(0009, 11a1) Private tag data LO: ‘3DACQ_FUNCTION_MODE’
(0009, 11a2) Private tag data UL: 6
(0009, 11a3) Private tag data UN: ‘Normal’