Hi,
I have installed Orthanc 17.11.0.0
I could establish my connection to my application system
I imported the patient on orthanc via drag drop of files.
I can see the patients on the application system.
But I cannot load the images to my applications
On analyzing the log files, I see that “Find request is rejected from remote DICOM modality with AET (AET of my application system)”
Can you help me to solve this issue ?
Do I need to adapt my configuration json file ?
What do you mean by “open” images ? You mean visualizing it with the Osimis Web Viewer ? Any other viewer ?
What kind of files is this ?Could you share one of these files ? (after anonymizing it)
1: I have configured Orthanc as PACS server
2: Our Viewing Application as client
3: Import on Orthanc browser via import button, drag and drop patients
4: I see the patient details in the viewing application on my client
5: Try to load this data , in order to view images.
Your log readily contains the explanation to your issue. Excerpt:
W0208 14:53:49.669660 CommandDispatcher.cpp:812] Rejected Find request from remote DICOM modality with AET “BRAINLAB_PROXY” and hostname “10.10.36.26”
W0208 14:53:53.771401 OrthancInitialization.cpp:856] Forbidding access from AET “BRAINLAB_PROXY” given its hostname (10.10.36.26) does not match the “DicomModalities” configuration option (10.10.36.12 was expected)
Note how the second line complains about the fact that the 10.10.36.26 IP address of your client computer does not match what you wrote in the “DicomModalities” section of configuration file (i.e. 10.10.36.12).
If your client computer is associated with a dynamic IP address that varies across time because of a DHCP server, set the “DicomCheckModalityHost” to “false” (the default value of the parameter).
Dear Sebastien
Sorry,
Consider this log file,
Where the previous issue of “Retrieve” request is solved
I still do not see images being loaded on to the viewer
Please help me to resolve