Hi has anybody got any Ideas? This is a first time install of OpenREM with Conquest on Ubuntu
Following the
installation manual and I’m extremely impressed by the detail.
I have come up against a problem and can’t for the life of me understand what’s happening. I am using KPACS to send Philips CT Dicom files to Conquest which is then failing to process the files into OpenREM
I can see the files in /var/lib/conquest-dicom-server/incoming, this is telling me that dicom.ini and openrem-ctphilips.sh are being called okay.
I can then process the files into OpenREM manually by
It looks to me as though openrem-ctphilips.sh is failing to call /usr/local/lib/python2.7/dist-packages/openrem/scripts/openrem_ctphilips.py when conquest is calling open-ctphilips.sh
Looks like a security problem but not sure?
Any help appreciated.
regards
Paul Foster
--
You received this message because you are subscribed to the Google Groups "OpenREM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openrem+unsubscribe@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at https://groups.google.com/group/openrem.
For more options, visit https://groups.google.com/d/optout.
Many thanks Ed.
The Dicom.ini file, I have only included the Philips importconverter with MAG0
# Philips CT
ImportConverter5 = ifequal "%V0008,0016","1.2.840.10008.5.1.4.1.1.7"; {save to /var/lib/conquest-dicom-server/incoming/%o.dcm; system /etc/conquest-dicom-server/openrem-ctphilips.sh /var/lib/conquest-dicom-server/incoming/%o.dcm;}
#MAG0 details
#Configuration of disk(s) to store images
MAGDeviceThreshhold = 0
MAGDevices = 1
MAGDevice0 = /var/lib/conquest-dicom-server/MAG0/
/etc/conquest-dicom-server/openrem-ctphilips.sh
#!/bin/sh
#usage:./openrem-ctphilips.sh file path and name
philipsim="$1"
#setup the python virtual environment - we are not using commented out
#./var/dose/venv/bin/active
openrem_ctphilips.py ${philipsim}
#rm ${philipsim} commented out for testing
Regards
Paul Foster
--
sudo chmod a+x /etc/conquest-dicom-server/openrem-ctphilips.sh
--
--
--
--
--