Hi,
I'm new to using openrem....
I installed the 1.0.0.b2 windows deployment...
I've got openrem running via my IIS server using FastCGI and a Python Virtual Environment..
What we tried to do:
I'd like to get some studies (DoseReports) originating from modalities from our PACS...
Under Config => Dicom Networking we set the following..
1. Remote Query retreive node (Our PACS)
2. DICOM SCP Store settings (The Orthanc server that is used with openREM)
Then via imports we do a Query Remote Server.
This returns a set of studies...
- In the Task Administration i can see the Query being executed succesfully.
- Via previous queries i can see the query contains a couple of studies with modality CT...
- When clicking open the study i see all UID's with modality CT have a notification
"RDSR present all not SR Series ignored..."
It says SR downloaded for the UID that has modality SR
(Then i get a copy button which seems to copy the studies into orthanc).
Altough i can see the studies in orthanc they dont seem to show up in openREM (it keeps saying 0 studies).
In the VENV on the server i found the following script (openrem_rsdr.py).
When i download the SR dicom file from Orthanc and feed it into the openrem_rsdr.py script the studie becomes visible in openrem...
I'm not sure if this is how things are supposed to be done as it now seems i need to pull the SR from a study in orthanc and feed it into a script manually to make it available in openREM.
But it feels like i'm missing something.
Other question:
Now we tried to pull some studies into openrem using the script openrem_rsdr.py
This works for soms SR's in the Category Mammography..
Altough the SR's that come with CT's from SIEMENS appliances give me an error
In the traceback dataset.py gives an error.
Dataset Object has no attribute ContentSequence.
So in short 2 questions...
1. I would like some help getting studies in openREM using the intended way.
2. I need some Feedback on the ContentSequence error where getting for siemens dosereports (I think i can get a fake SR report from a modality if needed).
Thanks for your attention and support in advance.