I've tried to use the .py script, but this is what I get when using the command : "python3 ImportDicomFiles.py minifusion 11112 ."
RESULT:
"Importing ./OrthancStorage/df/3a/df3adc31-66ae-46ef-ba1d-305fb07a8286 => unable to connect (Is Orthanc running? Is there a password?)"
and when I give the command :
"python3 ImportDicomFiles.py minifusion 11112 ./home/sorinmotoi/Documents/OsiriX\ Data/DATABASE.index/2140000"
the systems tells me that:
"Summary: all 0 DICOM file(s) have been imported successfully". What should I understand?
root@pacs-server:/home/fulluser# python3 ImportDicomFiles.py 127.0.0.1 8888 /media/cdrom/a/
I use DEBIAN jessie
So I've put the python script in the home folder of my user on the orthanc server.
When you want to use the import thingy you have to run the python script with python 3 installed.
The ip address and http port should be the ones from the orthanc server. In my case localhost with 8888 (orthanc port modified by me in config.) and after that you need to specify the location where the dicom files are. In my case they were on a CD.
I have another question also. I'f I want to import from another server, dicom files, how can I specify the remote path?
I know that in linux i can do this thing with mounting remote storage on my system but it's possible to include the remote command in the syntax ?
Kind regards,
Orlando Onofrei
I have another question also. I'f I want to import from another server, dicom files, how can I specify the remote path?
I know that in linux i can do this thing with mounting remote storage on my system but it's possible to include the remote command in the syntax ?