Hi everyone!
I need to transfer all studies from one folder to another folder (I migrate from SQLire to PostgreSQL).
I am trying to perform a migration via python script “ImportDicomFiles”.
Please tell me what data need to specify in this part of the script:
Usage:% s [hostname] [HTTP port] [path]
Usage:% s [hostname] [HTTP port] [path] [username] [password]
For instance:% s 127.0.0.1 8042.
“” "% (sys.argv [0], sys.argv [0], sys.argv [0]))
exit (-1)
I guess this option:
Usage:% s [localhost] [8042] [“C:\OrthancStorage”]
Usage:% s [localhost] [8042] [“C:\OrthancStorageNEW”]
For instance:% s 127.0.0.1 8042.
“” "% (sys.argv [0], sys.argv [0], sys.argv [0]))
exit (-1)
But this But this option does not work, nothing happens …
Please send an example of this part.
Thank you very much for the help!
Regards,
Oleg