Conquest DICOM server 1.5.0(b) released

  • Hi,


    this issue is due to Philips using private sequence elements that are not in dgate.dic.


    If I change these two lines:


    From:


    (2005,1084) VERS="3" VR="UN" VM="1" Keyword="Unknown" Name="Unknown tag"

    (2005,140F) VERS="3" VR="UN" VM="1" Keyword="Unknown" Name="Unknown tag"


    To:


    (2005,1084) VERS="3" VR="SQ" VM="1" Keyword="Unknown" Name="Unknown tag"

    (2005,140F) VERS="3" VR="SQ" VM="1" Keyword="Unknown" Name="Unknown tag"


    And add:


    (2005,1580) VERS="3" VR="SQ" VM="1" Keyword="Unknown" Name="Unknown tag"


    Then everything works as expected.


    Marcel

  • dgate compilation failed in Linux (RHEL 7.7) for 1.15.0b and also for the lastest master from github.


    I followed linuxmanual.pdf, and did

    chmod 777 maklinux

    ./maklinux

    choose option 3 or 5


    <trimmed>

    [sudo] password for xxxxx:

    /usr/bin/install -c cjpeg /usr/local/bin/cjpeg

    /usr/bin/install -c djpeg /usr/local/bin/djpeg

    /usr/bin/install -c jpegtran /usr/local/bin/jpegtran

    /usr/bin/install -c rdjpgcom /usr/local/bin/rdjpgcom

    /usr/bin/install -c wrjpgcom /usr/local/bin/wrjpgcom

    /usr/bin/install -c -m 644 ./cjpeg.1 /usr/local/man/man1/cjpeg.1

    /usr/bin/install -c -m 644 ./djpeg.1 /usr/local/man/man1/djpeg.1

    /usr/bin/install -c -m 644 ./jpegtran.1 /usr/local/man/man1/jpegtran.1

    /usr/bin/install -c -m 644 ./rdjpgcom.1 /usr/local/man/man1/rdjpgcom.1

    /usr/bin/install -c -m 644 ./wrjpgcom.1 /usr/local/man/man1/wrjpgcom.1

    Please ignore the errors above

    Please choose DB type

    1) mariadb 3) sqlite 5) precompiled

    2) postgres 4) dbase 6) Quit

    #? 3

    /usr/bin/ld: cannot find -llua5.1

    collect2: error: ld returned 1 exit status

    cp: cannot stat ‘./dgate’: No such file or directory

    cp: cannot stat ‘./dgate’: No such file or directory

    cp: cannot stat ‘./dgate’: No such file or directory

    cp: cannot stat ‘./dgate’: No such file or directory

    Regenerate the database?


    $ rpm -aq | grep lua

    lua-5.1.4-15.el7.x86_64

    lua-devel-5.1.4-15.el7.x86_64


    Pre-compiled (option 5) from github's latest master worked. It was a 64-bit binary. The precompiled dgate under 1.15.0b was a 32-bit binary.


    I really would like to compile. Why do I get "/usr/bin/ld: cannot find -llua5.1"? Am i missing any other library? Or is there is fix in maklinux file?


    Please let me know the fix. Thanks.

  • You can probably only do that is you are on a VPN. And the modality needs to know your IP address. You could use a second conquest server as gateway to make it easier to configure the IP address, with a script.

  • Some changes for compile 1.5.0c with clang++

    in /src/dgate/src/dgate.cpp


    22258c22258

    < int size = max(rows, cols);

    ---

    > int size = std::max(rows, cols);

    26676c26676

    < else if (strstr(type, ".DATE")>0) // date was returned, now get time

    ---

    > else if (strstr(type, ".DATE")) // date was returned, now get time

  • Hi,


    Is this release able to on run Windows Server based OS? The documentation says Windows 7 or higher and no specific reference to any server OS. Our it department wants us to move away from our current Win7 setup and they have offered a virtual server for us but they want it to be a WinServer.


    Thanks

    Mark.

  • Hello. I have a problem with downloading USM (video) modality at ultrasound system Toshiba Aplio 500. There is no problem with US modality. So when i push study (examination) consisted of both of those or only USM modality to Pacs it download only US part and there is a error massege at Aplio that it cant be pushed. What should i do? Thanks

  • Hi,


    USM is coded likely code in MPEG dat is not supported by conquest at all, and is unlikely to be implemented due to its complexity (conquest assumes all data it transmits can be compressed and decompressed while remaining of practical sizd). Can you configure your device to send it differently?


    Marcel

Participate now!

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