Posts by marcelvanherk

    Hi,


    no, importconverters cannot start an exe now. I have put it on the wish list:


    importconverter: run appname
    this would save the current dicom object; run appname objectname; reload current dicom object


    Marcel

    Hi,


    dgate -- commands address a running server.


    So in the same dir:


    cd c:\dicomserver
    conquestdicomserver
    dgate --regen:


    will do a full regeneration.


    The dgate -- executable uses dicom.ini to know which port to use. Running it from another directory may not work.


    Marcel

    Hi,


    this is not easy, since you need to check ImageOrientationPatient which is a 6-value float, i.e., (sub)string matching will not be sufficient. Only if you know exactly what values this item has when flipping is required, you could do it: but there could be many values. So probably to do it you need a better check for ImageOrientationPatient and an executable that flips and modifies the item.


    Marcel

    1) There are dgate commands to delete database records, but these are rather basic. You can off course modify the (worklist) database with any tool you like.


    2) No, changes files outside the server cannot automatically update the database. A full regeneration is needed if image are deleted (or a patient delete followed by a partial rege). If image are added a partial regeneration may suffice.


    Marcel

    Hi,


    a push from conquest to ADAC is exactly the same as a pull from adac: the first case means that conquest instructs conquest to send to adac. The second that adac instructs conquest to send to adac. You should detailed compare the conquest logs of both transactions and see that AE titles and adresses are identical.


    Marcel

    Hi,


    it is used when changing PatientID or anonimyzing data. The table links the original UIDs to newly generated UIDs. It is not used during normal operation of the server.


    Marcel

    Hi,


    if you could get me the crash address (or a DrWatson report), I can locate in which routine the problem occurs - crashes like that need to be fixed, and seem extremely rare.


    How do you communicate with MySQL? There might be an issue with MyODBC if you are using that - could swap to native MySQL driver or vice-versa.


    It is also an idea to replace dgate.exe with the one from 1.4.14beta and see what effect that has.


    If nothing works, install a server with the default dbase driver and see if that crashes as well. That could tell us if it is a database problem.


    Marcel

    Hi,


    Save configuration copies the in-memory settings (read from dicom.ini at GUI startup) to dicom.ini and restarts the server core. It should not change your database settings!


    However, it will revert the database settings back to the default dbase settings if the file USEDBASEIIIWITHOUTODBC exists. That indicates to the GUI you are still using dbase. Renaming the file to USEMYSQL will probably solve your issue.


    Marcel

    Hi,


    if you push from conquest to KPacs, can you check that the line


    (QualifyOn) (mapped) IP:10.0.1.7, PORT:104


    Is the same?.


    KPacs instructs to move the data to IP:10.0.1.7, PORT:104 which does not work. You said it does work when you do the same from the query/move page. Note that AE titles are case sensitive.


    Marcel