Hello everyone!
I have a one questien on the command-line tool “Dicomizer”.
I try convert .svs file to .dcm. My Orthanc works on Windows (port 80).
I use command: “OrthancWSIDicomizer.exe --openslide=libopenslide-0.dll E:\OpenSlide\test.svs”, but i get an error:
E0825 12:28:08.167764 HttpClient.cpp:65] Error code 7 in libcurl: Couldn’t connect to server
E0825 12:28:08.174732 OrthancException.h:85] Error in the network protocol: libCURL error: Couldn’t connect to server
This error occurs because my Orthanc runs on port 80, and the default Dicomizer tries to connect to port 8042.
Is it possible to use a different port for Dicomizer when processing svs?
I will be grateful for any help =)