i need web viewer

can i use osimis web viewer on the client side ? how?

can i use osimis web viewer on the client side?

You probably can but you have to learn how to ask proper questions.

http://www.catb.org/~esr/faqs/smart-questions.html

HTH

The “Osimis Web viewer” is a Web viewer, as its name indicates, and can thus be run on the client side:
https://www.orthanc-server.com/static.php?page=osimis-web-viewer

Also, read the FAQ:

https://book.orthanc-server.com/faq/viewers.html

this is the log error
E0218 06:21:42.717910 OrthancException.cpp:57] Error in the network protocol: DicomAssociation - connecting to AET “RADIANT”: Failed to establish association (0006:0317 Peer aborted Association (or never connected); 0006:031c TCP Initialization Error: The operation completed successfully. (Timeout))1.png

In my understanding, Radiant is not a DICOM server but a client so you should try to connect from Radiant to Orthanc, not from Orthanc to Radiant…

Here’s a doc to help you understand the basics of DICOM networking: https://book.orthanc-server.com/dicom-guide.html#dicom-network-protocol

HTH,

Alain.

If you have the Radiant client configured to communicate with Orthanc you can configure it in at least 2 ways.

  1. As a DICOM client via the Radiant interface. I don’t have my system setup currently to do that, but I did in the past and it is relatively easy depending upon your network config. The hard part is setting up the Orthanc Config and the Radiant config to get the DICOM communications working correctly.

  2. Once that is done, you can also construct a web URI that will open a study in the Radiant Viewer via a web interface once you’ve configured Radiant: See: https://www.radiantviewer.com/dicom-viewer-manual/url-protocol.html

I’ve used something like that before and it works pretty well once you setup the Radiant client: e.g.

web link like: radiant://?n=pstv&v=0020000D&v=%22StudyInstanceUID%22

launches or calls: radiantviewer.exe -pstv 0020000D “StudyInstanceUID”