Dear openREM community...
We've got openREM latest deployed on a windows server..
99% of studies are imported correctly into our openrem environment..
There are dicoms from a specific modality (X pree) that keeps producing the following error on import.
Traceback (most recent call last): File "E:\venv\lib\site-packages\openrem\remapp\tools\background.py", line 148, in run_as_task func(*args, **kwargs) File "E:\venv\lib\site-packages\openrem\remapp\extractors\rdsr.py", line 623, in rdsr _rdsr2db(dataset) File "E:\venv\lib\site-packages\openrem\remapp\extractors\rdsr.py", line 423, in _rdsr2db _rdsr_rrdsr_contents(dataset, g) File "E:\venv\lib\site-packages\openrem\remapp\extractors\rdsr.py", line 123, in _rdsr_rrdsr_contents projectionxrayradiationdose(dataset, g, "projection") File "E:\venv\lib\site-packages\openrem\remapp\extractors\rdsr_methods.py", line 1759, in projectionxrayradiationdose _irradiationeventxraydata(cont, proj, dataset) File "E:\venv\lib\site-packages\openrem\remapp\extractors\rdsr_methods.py", line 780, in _irradiationeventxraydata for cont2 in cont.ContentSequence: File "E:\venv\lib\site-packages\pydicom\dataset.py", line 834, in __getattr__ return object.__getattribute__(self, name) AttributeError: 'Dataset' object has no attribute 'ContentSequence'
Any suggestions on how to troubleshoot or fix this further...
I might be able to obtain a sample file from the modality if needed.