i don't know exactly at moment i follow the guide and i execute this:
#!/bin/bash
ONEHOURAGO=$(date -d "1 hour ago" "+%Y-%m-%d")
# Docker on Linux
sudo /usr/bin/docker-compose -f /tmp/openrem-docker-a3722dd2f040/docker-compose.yml exec -T openrem openrem_qr.py 1 1 -mg -ct -dx -f $ONEHOURAGO -t $ONEHOURAGO -e "Imported"
in task administration i can see import_dx succes and import_rdsr with this error
Traceback (most recent call last): File "/home/app/openrem/remapp/tools/background.py", line 148, in run_as_task func(*args, **kwargs) File "/home/app/openrem/remapp/extractors/rdsr.py", line 623, in rdsr _rdsr2db(dataset) File "/home/app/openrem/remapp/extractors/rdsr.py", line 423, in _rdsr2db _rdsr_rrdsr_contents(dataset, g) File "/home/app/openrem/remapp/extractors/rdsr.py", line 123, in _rdsr_rrdsr_contents projectionxrayradiationdose(dataset, g, "projection") File "/home/app/openrem/remapp/extractors/rdsr_methods.py", line 1759, in projectionxrayradiationdose _irradiationeventxraydata(cont, proj, dataset) File "/home/app/openrem/remapp/extractors/rdsr_methods.py", line 780, in _irradiationeventxraydata for cont2 in cont.ContentSequence: File "/usr/local/lib/python3.10/site-packages/pydicom/dataset.py", line 834, in __getattr__ return object.__getattribute__(self, name) AttributeError: 'Dataset' object has no attribute 'ContentSequence'
and in unit display name and modality type configuration i can see in the voice other my mammography.
if you want i can send you a study of mammography but i can't anonymize the study because my pacs do not permit this action.