Linux Web Interface Capability Question

  • Hi there --



    I checked the dicom.ini file in cgi-bin, and the only reference to a server or remote host was the following:


    Code
    # default IP address and port of DICOM server (may be non-local, web pages empty if wrong)
    # use version 1.4.12d up, if an older version is used the ActiveX viewer will not display images
    WebServerFor = 127.0.0.1
    TCPPort = 5678


    I added entries based on the above example, and restarted the web and dicom servers. However, I did not see any reference on the web interface that would enable me to browse a remote dicom host.


    Is there something else that I should do?

  • Hi,


    by changing the entry in dicom.ini, you change the dicom host is serves. There is no web interface to select other hosts.


    However, you could create links on a web page somewhere like this:


    Code
    http://127.0.0.1/cgi-bin/dgate.exe?port=5678&address=192.168.1.115&mode=top


    The address specifies the served host, which may be any conquest server. However, the k-pacs viewer will probably not work since the web adress is hardcoded for that as well in dicom.ini.


    Code
    WebScriptAddress = http://192.168.1.115/cgi-bin/dgate.exe


    Marcel

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!