Hi everyone,
maybe this could help others too.
We are using a script to retrieve DICOM data from our archives, querying every 30min or so. It is based on
this example script. Unfortunately we missed dose information sporadically.
Now we have a suspicion:
Perhaps the problem was, that we did not allow the script to retrieve duplicates. The background of this suspicion is that we have 24h operation in cardiology and interventional radiology. Those interventions often take hours and the dose report is created at the end.
If we try to retrieve dose information before the end of the intervention and switch off the retrieving of duplicates, perhaps we miss the dose report entirely.
We are now testing the same script with the option -dup:
Retrieve duplicates (objects that have been processed before)
We will see what happens. Wanted to share to the community and ask if this makes sense.
KR,
Charles