Hello
Very glad to hear your setup experience was good!
For production use, we recommend using a third party DICOM store node for now, along with some scripts to pass the objects to OpenREM. For example see http://docs.openrem.org/en/latest/conquestUbuntu.html for Ubuntu with Conquest, and http://docs.openrem.org/en/latest/conquestAsWindowsService.html for similar instructions for Windows and Conquest, though they need revising I think.
However, for testing, or of you just want to see how you get on with the inbuilt DICOM store facility, the docs at http://docs.openrem.org/en/latest/netdicom-nodes.html and in particular this section http://docs.openrem.org/en/latest/netdicom-nodes.html#native-dicom-store-node-with-direct-import should get you started. You can set the AET and port however you want, then select to have OpenREM control the service in the expert section.
I hope this helps. Let us know how you get on!
Kind regards
Ed
On 23 Sep 2016 5:50 p.m.,
>
> Hey Ed,
>
> Thanks for the info. I forgot to mention I'm on Windows, I assume the same goes for that platform too?
>
It should work just the same. You might need to be wary of the Windows firewall though.
That's what I was going to suggest!
Have you got celery working?
However, the QR function relies on a local store SCP, which will either be a 3rd party one (conquest) which would then call python openrem_rdsr.py filename.dcm, or the inbuilt one.
So having OpenREM QR a local conquest doesn't really make sense...
--
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 an 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.
Workflow is then:
- Modality sends RDSR, mammo image, DX image, Philips CT summary page image to OpenREM Store node
- OpenREM works out what it is, and extracts the data into the database
Or
- Use the OpenREM interface to QR a PACS or similar
- PACS sends the data to the store and it is processed as above
Workflow is then:
- Modality sends RDSR, mammo image, DX image, Philips CT summary page image to Conquest store node
- Conquest calls the batch file appropriate to that file type with the DICOM object as a parameter
- The batch file a calls an OpenREM import script
- OpenREM extracts the data into the database
Or
- Use the OpenREM interface to QR a PACS or similar
- Conquest is set as the local store node in OpenREM interface (without ticking the advanced box)
- PACS then sends the data to Conquest
- Process continues as above
Or 2 - Use conquest and scripts - tried and tested:
- Set up Conquest on the same server as OpenREM
- Edit the dicom.ini file to pass the incoming files to a script if they are the right kind of object: http://docs.openrem.org/en/0.7.3/conquestImportConfig.html
- Create the scripts. The bash script examples are at http://docs.openrem.org/en/0.7.3/conquestImportConfig.html - I don't have any Windows batch file examples, but I think it would look something like python openrem_rdsr.py %1
ImportConverter = ifequal "%V0008,0016","1.2.840.10008.5.1.4.1.1.88.67"; {save to C:\conquestdicomserver\data\sr\%o.dcm; system C:\folder\openrem-sr-import.bat "C:\conquestdicomserver\data\sr\%o.dcm"; destroy}
C:\python27\python.exe C:\python27\scripts\openrem_rdsr.py %1
del %1
# Host for postgres or mysql only, name, username and password for databaseSQLHost =SQLServer =Username =Password =PostGres = 0MySQL = 0SQLite = 0
--
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.
All the SR objects appear the data folder (in separate folders for each examination, named with patient ID). But a copy is not saved to the sr folder.
Well it's good that that worked, but I don't know why it didn't work when conquest does the same thing!You said that conquest copies the incoming SR to the right folder, but the script doesn't run?David - do you have any ideas? Could there be any permissions element where Kari can execute the script but the user conquest is running as can't?
On 9 Mar 2017 10:03, <kari.s....@gmail.com> wrote:
Since the sr folder is empty I copied a SR object from a Siemens CT from the data folder. When I run the command you refer to, the file disappear from the sr file and it is imported to OpenREM! See copy from command window below.
C:\>conquestdicomserver\openrem-sr-import.bat C:\conquestdicomserver\data\sr\1.3
.12.2.1107.5.1.4.73194.30000017030906295766700000293_0502_000001_14890526250087.
dcm
C:\>C:\python27\python.exe C:\python27\scripts\openrem_rdsr.py C:\conquestdicoms
erver\data\sr\1.3.12.2.1107.5.1.4.73194.30000017030906295766700000293_0502_00000
1_14890526250087.dcm
C:\>del C:\conquestdicomserver\data\sr\1.3.12.2.1107.5.1.4.73194.300000170309062
95766700000293_0502_000001_14890526250087.dcm
C:\>
--
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+u...@googlegroups.com.
That would indicate the ImportConverter is being ignored.Try adding a 0, changing it to ImportConverter0
On 9 Mar 2017 11:12, <kari.s....@gmail.com> wrote:
All the SR objects appear the data folder (in separate folders for each examination, named with patient ID). But a copy is not saved to the sr folder.
--
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+u...@googlegroups.com.