Posts by beral

    You're right.
    This situation was too incredible and it seems the probleme is due to a misconfiguration in agfa NX...
    When archiving, it can only send images to 3 devices...
    Tomorrow, i'll try to put Conquest in these 3...


    Sorry for disturbing....

    Hi, i'm keeping on searching for my problem.
    I have discovered a new SOP in my headers:
    >0008,1150 24 UI ReferencedSOPClassUI "1.2.840.10008.3.1.2.3.3"


    It is the only field to have a > in front of the line when i display the header with the conquest linux interface.
    Do you know if it is necessary to declare this sop in dgatesop.lst?


    I'm really lost while sending files works manually from nx but not automatically when archiving studies in NX (no message is displayed by dgate -v
    whil sending manually i receive this:


    Very strange,
    i succeeded in sending an image manually by clicking on a send button (although it was really slow) in NX but the workstation still doesn't seem to send the images by itself.


    Does it mean something to anybody?

    Hi to all.
    I don't receive any images from my NX workstation.


    I have configured it as for ID-VIEW (which receives everything perfectly):
    Right AE title
    right IP
    port 5678
    SOPClassUID: CR for presentation
    OUtputType: 8bit PVAL
    Trnasfer Syntax: Standard(eg: Explicit little endian)
    Photometric interpretation: MONOCHROME2


    The "test connexion" is successful.


    If i send manually the images from id-view, i have no problem, but i would like NX to directly send its images to CONQUEST.


    I haven't declared my NX in acrnema.map. Is it necessary?
    I do not understand its role, can someone tell me? Because ID-View isn't configured as well and it works!


    Thanks if anyone can help...

    Why not writing a complete tutorial to install conquest on linux with a mysql db ?


    HERE IS HOW IT WORKS for me on Debian ETCH


    Required:
    - create a DB called "conquest" with phpmyadmin
    - install libmysqlclientdev: apt-get install libmysqlclient-dev
    - install sudo
    - install G++
    - Check /usr/lib/cgi-bin/ exists and is enabled in apache2.conf


    In shell:
    wget path_to_ftp/conquestlinuxXXXX.zip //Get remote files
    wget path_to_ftp/jpegsuplinuxXXXX.zip
    unzip conquestlinuxXXXX.zip // unzip all files
    unzip jpegsuplinuxXXXX.zip -d conquest
    cd conquest
    chmod 777 dcmdjpeg
    chmod 777 dcmcjpeg


    Edit maklinux and replace its content with:

    Code
    g++ -DUNIX -DNATIVE_ENDIAN=1 -DNOINTJPEG -DUSEMYSQL total.cxx -o dgate -lpthread -L/usr/lib/mysql -lmysqlclientpkill -9 dgatesleep 0.2ssudo cp dgate /usr/lib/cgi-bin/dgate.htmlsudo cp dgate /usr/lib/cgi-binsudo cp dicom.sql /usr/lib/cgi-binsudo cp dicom.ini /usr/lib/cgi-bin


    In shell:
    chmod 777 maklinux
    chmod 777 dgate


    Edit ODBCI.hpp
    Replace at line 59
    #include "C:\mysql-5.0.22-win32\include\mysql.h"
    By: include "/usr/include/mysql/mysql.h"
    And
    Replace at line 105
    # include <mysql>
    By: include "/usr/include/mysql/mysql.h"


    Modify dicom.ini

    Code
    # Host, database, username and password for postgres server
    SQLHost = localhost
    SQLServer = conquest
    Username = login
    Password = password
    MySQL = 1


    TO FINISH:
    ./dgate -v -r //regenerate the database
    ./dgate -v //Run the server


    I'm waiting for your help to edit this tuto[/code]

    Hi, thanks for your job.
    Which linux distribution have you used?
    Because on my Debian etch, , I got many errors and warnings.
    I found that the folder /usr/lib/mysql doesn't exist as well as the file /usr/include/mysql/mysql.h .


    Also, i wondered if these operations need to be made before or after using maklinux?


    Thanks again.