The retrieving part seems to not work properly: Results sometimes in MITK "freeze" or MITK crash.
I will provide a simple solution to create a server to actually test the retrieve, without having access to a real server...
Description
Description
Event Timeline
Comment Actions
Get an Openstack instance (e.g. Ubuntu 20.04 DKFZ image,...)
snap install docker
docker run -p 4242:4242 -p 8042:8042 --rm --entrypoint=cat jodogne/orthanc-plugins /etc/orthanc/orthanc.json > /tmp/orthanc.json
open /tmp/orthanc.json and add
"DicomModalities" : { "Hanno" : [ "YOUR_PC_NAME", "YOUR_IP", 11112 ]
e.g. YOUR_PC_NAME E0230PC999 and IP 193.174.100.100
save the file in /home/orthanc.json
docker run -p 4242:4242 -p 8042:8042 --rm -v /home/orthanc.json:/etc/orthanc/orthanc.json:ro jodogne/orthanc-plugins
check, if the (insecure) instance is running:
http://OPENSTACK_IP:8042/app/explorer.html with user/pw orthanc/orthanc e.g. http://10.128.129.176:8042/app/explorer.html
Upload some PUBLIC dicom files.
In the dicomBrowser within MITK:
with CallingAETitel: YOUR_PC_NAME StorageAETitle YOUR_PC_NAME Storage Port: 11112 (the one set in orthanc.json)
"Query" works fine, "Retrieve" crashes