Hello guys,
Here is the log from my orthanc:
…
I0104 02:28:11.468785 HttpServer.cpp:1189] (http) GET /
I0104 02:28:11.469153 HttpServer.cpp:1189] (http) GET /app/explorer.html
I0104 02:28:17.823662 CommandDispatcher.cpp:330] (dicom) Association Received from AET M7RECV01 on IP 10.42.0.1
I0104 02:28:17.823701 main.cpp:289] Incoming connection from AET M7RECV01 on IP 10.42.0.1, calling AET VINDR
I0104 02:28:17.823724 CommandDispatcher.cpp:683] (dicom) Association Acknowledged (Max Send PDV: 65524)
I0104 02:28:17.996225 CommandDispatcher.cpp:330] (dicom) Association Received from AET M7RECV01 on IP 10.42.0.1
I0104 02:28:17.996258 main.cpp:289] Incoming connection from AET M7RECV01 on IP 10.42.0.1, calling AET VINDR
I0104 02:28:17.996280 CommandDispatcher.cpp:683] (dicom) Association Acknowledged (Max Send PDV: 65524)
I0104 02:28:18.958252 HttpServer.cpp:1189] (http) GET /
I0104 02:28:18.958545 HttpServer.cpp:1189] (http) GET /app/explorer.html
…
I put my orthanc inside kubernetes and set up a kind of cronjob (via: orthanc python plugin) to query/retrieve from PACS. I couldnot do retrieve manually:
…
I0104 02:50:09.615395 HttpServer.cpp:1189] (http) GET /queries/7d1244c1-dde9-4759-8e29-04f8a86ca839/answers/29/content
I0104 02:50:09.711776 HttpServer.cpp:1189] (http) GET /queries/7d1244c1-dde9-4759-8e29-04f8a86ca839/answers/30/content
I0104 02:50:09.808814 HttpServer.cpp:1189] (http) GET /queries/7d1244c1-dde9-4759-8e29-04f8a86ca839/answers/31/content
I0104 02:50:09.916626 HttpServer.cpp:1189] (http) GET /queries/7d1244c1-dde9-4759-8e29-04f8a86ca839/answers/32/content
I0104 02:50:10.012445 HttpServer.cpp:1189] (http) GET /queries/7d1244c1-dde9-4759-8e29-04f8a86ca839/answers/33/content
I0104 02:50:10.109974 HttpServer.cpp:1189] (http) GET /queries/7d1244c1-dde9-4759-8e29-04f8a86ca839/answers/34/content
I0104 02:50:10.217735 HttpServer.cpp:1189] (http) GET /queries/7d1244c1-dde9-4759-8e29-04f8a86ca839/answers/35/content
I0104 02:50:10.313720 HttpServer.cpp:1189] (http) GET /queries/7d1244c1-dde9-4759-8e29-04f8a86ca839/answers/36/content
I0104 02:50:10.409928 HttpServer.cpp:1189] (http) GET /queries/7d1244c1-dde9-4759-8e29-04f8a86ca839/answers/37/content
I0104 02:50:10.507175 HttpServer.cpp:1189] (http) GET /queries/7d1244c1-dde9-4759-8e29-04f8a86ca839/answers/38/content
I0104 02:50:10.608514 HttpServer.cpp:1189] (http) GET /queries/7d1244c1-dde9-4759-8e29-04f8a86ca839/answers/39/content
I0104 02:50:10.708464 HttpServer.cpp:1189] (http) GET /queries/7d1244c1-dde9-4759-8e29-04f8a86ca839/answers/40/content
I0104 02:50:10.807517 HttpServer.cpp:1189] (http) GET /queries/7d1244c1-dde9-4759-8e29-04f8a86ca839/answers/41/content
I0104 02:50:11.468763 HttpServer.cpp:1189] (http) GET /
I0104 02:50:11.469127 HttpServer.cpp:1189] (http) GET /app/explorer.html
I0104 02:50:16.123986 HttpServer.cpp:1189] (http) GET /system
I0104 02:50:16.221450 HttpServer.cpp:1189] (http) GET /system
I0104 02:50:17.386932 HttpServer.cpp:1189] (http) POST /queries/7d1244c1-dde9-4759-8e29-04f8a86ca839/answers/0/retrieve
W0104 02:50:17.386992 OrthancRestModalities.cpp:715] Driving C-Move SCU on remote modality M7RECV01 to target modality VINDR
I0104 02:50:18.958236 HttpServer.cpp:1189] (http) GET /
I0104 02:50:18.958614 HttpServer.cpp:1189] (http) GET /app/explorer.html
…