Posts by marcelvanherk

    Hi, Maurak,


    very useful data. However, the results indicate that you did not enable JPEG support (i.e., tell acuson that you support jpeg) in dgatesop.lst. Otherwise "as" should be small. It may also be that the acuson transfer syntax is never enabled. You can try to find what it is (the log of the server should list it) and enable it in dgatesop.lst. Normally, with enabled jpeg support. it should show these lines:


    #BigEndianExplicit 1.2.840.10008.1.2.2 transfer
    JPEGBaseLine1 1.2.840.10008.1.2.4.50 transfer LittleEndianExplicit
    JPEGExtended2and4 1.2.840.10008.1.2.4.51 transfer LittleEndianExplicit
    #JPEGExtended3and5 1.2.840.10008.1.2.4.52 transfer LittleEndianExplicit
    JPEGSpectralNH6and8 1.2.840.10008.1.2.4.53 transfer LittleEndianExplicit
    #JPEGSpectralNH7and9 1.2.840.10008.1.2.4.54 transfer LittleEndianExplicit
    JPEGFulllNH10and12 1.2.840.10008.1.2.4.55 transfer LittleEndianExplicit
    #JPEGFulllNH11and13 1.2.840.10008.1.2.4.56 transfer LittleEndianExplicit
    JPEGLosslessNH14 1.2.840.10008.1.2.4.57 transfer LittleEndianExplicit


    Marcel

    So, the problem is probably the v2 format (raw vr dump) not compression (dgate -nd detects that). Set filenamesyntax to a value (like 4) that uses .dcm extension (see manual). Newly stored images are then dicom compliant. Make sure incomingcompression is 'un'. To convert all images you have to send then to another (conquest) server.


    Marcel

    Hi,


    by disabling JPEG support you force Acuson to send images uncompressed. So decompression is probably the culprit of the problem. You could try enabling JPEG support again and setting UseBuiltInDecompressor in dicom.ini to 0: this will force use of the Offis libraries for decompression - see if they can handle these images (maybe also you need a fixed dgate1412). If this works, you can also try setting IncomingCompression to "as": this will leave incoming JPEG images as is and only decompress them when transferring to another server.


    Also, if someone can reproduce the problem by dragging and dropping a compressed acuson object that would be great - and/or get us a copy of the object (before send to conquest) and the broken one (in conquest).


    Marcel

    Hi,


    can you give me help to get mysql running as easy as possible on debian. Then I can try help you out. As far as ODBC with MySql goes I only have the very old doc by Paolo Marchesi (appendix 2?). I prefer to skip odbc as far as possible. I will make the mysql download as suggested.


    Marcel

    For NATIVE mysql support (ODBC not used):


    WINDOWS: You need to use the mysql client dll of 5.022 (that what's dgate and the GUI are compiled against) even if you are using a newer mysql server . I wanted to redistribute the file but got no clear reply from the MySql representative that it was allowed. The PDF is in dicomserver1412.zip


    LINUX: your attempts look good - only I think DoubleBackslashtoDB should be 1 (minor issue). Don't know what is the problem opening the database. Any clue in the compile time messages?


    Marcel

    Just tested the US sequence with image 11 a cine. Works fine (uncompressed or NKI compressed) in conquest14.12 with kpacs0.9.5.1. Probably the viewers don't like series with mixed stills and cine and mixed RGB with MONO


    Marcel

    The only manual is dgate -?. This listing is also printed in conquestpacs.pdf. For more info you will have to look at the implementation in dgate.cpp in dgate1412.zip starting at line 8386. :) Here commands sent from another 'dgate --xxxx" are processed. Around line 3585 the older commands 'dgate -x' are processed.


    Marcel

    cache is r/w
    jukebox is read only copy,
    so at one time data will be the same
    after verify cache will be deleted


    Seems like the only safe way to burn a DVD to me.


    I do not understand the other issue? We burn on a timer using a separate app that runs when disk space is low.


    Marcel