Posts by nikhnk

    Quote from marcelvanherk

    Hi,


    the cgi-bin one contains several missing parameters, in particular links to acrnema.map and dgate.dic. Did you start this one from a recent one? Maybe my Linux distro file is out of date compared to the windows one.


    Marcel

    Thank you, it works now perfectly.


    Here is my adapted dicom.ini, maybe will help sb else:

    PACS can compile without errors when I add -ldl in the maklinux_mysql file i.e.

    Code
    g++ -I/usr/local/mysql/include -I/usr/include/mysql -DUNIX -DNATIVE_ENDIAN=1 -DHAVE_LIBJASPER -DHAVE_LIBJPEG -DUSEMYSQL -Wno-write-strings total.cpp lua.o -o dgate -lpthread -L/usr/local/mysql/lib -L/usr/lib/mysql -lmysqlclient -ljasper -ljpeg -Ijpeg-6c -Ljpeg-6c -Ilua_5.1.4 -Wno-multichar -ldl


    However, when I try to start Weasis, it is dowloaded and starts, but without the series.
    Although the neccessary xml file is not generated: If I use a link http://192.168.56.101/cgi-bin/…892665339.860724&dum=.xml (which is taken from the generated dgate.jnlp) just an empty file is returned.

    OK, thats what I supposed, too.
    Here are the two dicom.ini files:
    /usr/lib/cgi-bin/dicom.ini (which apperantly has no effect):

    Code
    ## This file contains configuration information for the conquest cgi web server;# it must be in the same directory as the dgate.exe in the web server script directory.# For wamp: dgate.exe runs if it is put in C:\wamp\Apache2\cgi-bin# The server home page is then "http://127.0.0.1/cgi-bin/dgate.exe?mode=top"# The cgi interface has been tested with wamp5, dgate4.12d, and ie6sp1## modified 20070213: default to n4, note about ocx only required on client# modified 20080902: webreadonly ON; graphics and viewer configs; sample scripted web pages# modified 20101121: Added wadoservers section#[sscscp]MicroPACS = sscscp# database layout (copy dicom.sql to the web server script directory or point to the one in your dicom server directory)kFactorFile = .\dicom.sqlTruncateFieldNames = 10# default IP address and port of DICOM server (may be non-local, web pages empty if wrong)# use version 1.4.14 up, if an older version some feautues will not workWebServerFor = 192.168.56.101TCPPort = 5678# path to script engine: ocx will not download images if wrong - shows as black square with controls# for wamp: dgate.exe runs if it is put in C:\wamp\Apache2\cgi-binWebScriptAddress = http://192.168.56.101/cgi-bin/dgate# web or local location of ActiveFormProj1.ocx for download (include trailing / or \)# the activeX control will not download if wrong or security too high - shows as white square with red x# note: it only needs to be registered by the client, not the server!# for wamp: the ocx canNOT be in C:\wamp\Apache2\cgi-bin, I put it in c:\wamp\www (above cgi-bin)# - the default value is derived from WebScriptAddress#WebCodeBase = http://127.0.0.1/# if set to 1, the web user cannot edit databases and (in future) other things#WebReadonly = 1# this is an optional virtual directory used to http: all images from mag0# this entry is experimental and unused except for viewer=seriesviewer2# in this mode (only) ocx will not download images if wrong - shows as black square with # controls - the default value is derived from WebScriptAddress#WebMAG0Address = http://127.0.0.1/mag0# excerpt from C:\wamp\Apache2\conf\httpd.conf required for WebMAG0Address (un-# there)# or use the wamp traybar menu to create the alias#Alias /mag0/ "c:/dicomserver/data/" ##<Directory "c:/dicomserver/data"># Options Indexes MultiViews# AllowOverride None# Order allow,deny# Allow from all#</Directory># these settings control size of slice and series viewers, max size of transmitted dicom images # (0=original), compression for images sent to the activex (may be un,n1..4,j1,j2), the size of # the icons in the image list, the image type used for icons and slice display, and the dgate # mode containing the viewer (may be seriesviewer, seriesviewer2, noviewer, serversideviewer, # or aiviewer - java code of the latter not included with 1.4.14).# note: all items require at least one space left and right of the '=' !# enter address (up to not including the ?) of the WADO server for each DICOM AE listed# the sample (for AE TESTWADOSRV) comes from the DICOM standard and is not valid# the default is the local conquest server (which could use virtualservers as WADO bridge)[wadoservers]TESTWADOSRV = http://www.hospital-stmarco/radiology/wado.php# this creates web page http://xxxxx/cgi-bin/dgate.exe?mode=sample[sample]source = sample.cqvariable = sample 1# this creates web page http://xxxxx/cgi-bin/dgate.exe?mode=sample2# Note: in the header parameter newline is written as \[sample2]variable = sample 2line0 = <HEAD><TITLE>Conquest DICOM server - %variable%</TITLE></HEAD>line1 = <BODY BGCOLOR='CFDFCF'>line2 = <H2>Conquest DICOM server - %variable%</H2>line3 = </BODY>header= Content-type: text/html\Cache-Control: no-cache\[webdefaults]size = 560dsize = 0compress = uniconsize = 48graphic = gifviewer = weasisviewerstudyviewer = weasisstudyviewer[weasisviewer]source = viewers\launchWeasis.cqheader = Content-Type: application/x-java-jnlp-file[weasisstudyviewer]source = viewers\launchWeasisStudy.cqheader = Content-Type: application/x-java-jnlp-file[weasisseriesxml]source = viewers\weasisseriesxml.lua[weasisstudyxml]source = viewers\weasisstudyxml.lua


    /etc/conquestpacs/dicom.ini:


    The output is shown here:
    [Blocked Image: http://www.shareimages.com/images-r/thumbs/0/0/3/71396-pZGZn5OZlqSpk5.amQ-bildschirmfoto_vom_2014_05_29.jpg]
    and here:
    [Blocked Image: http://www.shareimages.com/images-r/thumbs/0/0/3/71397-pZGZn5OZlqSpk5.amQ-bildschirmfoto_vom_2014_05_29_.jpg]


    Thank you for the support!

    I tried to use Weasis by adding the following lines to the dicom.ini:

    But it seems that this part in the dicom.ini is just ignored. Th links show only to the normal viewer, e.g. http://localhost/cgi-bin/dgate…V1&key=&query==0009703828.
    Could there be a connection?

    Hello,
    when I tried to install version 1.4.17d on Ubuntu 14.04 with mysql by executing maklinux_mysql i got the following errors:


    If I remove the gcc parameter -DLUA_USE_DLOPEN in maklinux_mysql the installation seems to be successful and conquest works fine. Maybe there is a better solution?

    I encountered the same error message.


    After setting chmod 777 /cgi-bin/ and copying all conquest files to cgi-bin it worked for me.