Posts by mrea

    # This file contains configuration information for the DICOM server

    # Do not edit unless you know what you are doing


    [sscscp]

    MicroPACS = sscscp


    # Network configuration: server name and TCP/IP port#

    MyACRNema = IMBASE

    TCPPort = 104


    # Host, database, username and password for database

    SQLHost = localhost

    SQLServer = phdicom

    Username = imb

    Password = xxx

    MySql = 1

    DoubleBackSlashToDB = 1

    UseEscapeStringConstants = 0


    # Configure server

    ImportExportDragAndDrop = 1

    ZipTime = 05:

    UIDPrefix = 1.2.826.0.1.3680043.2.135.736621.50827344

    EnableComputedFields = 1


    FileNameSyntax = 9


    # Configuration of compression for incoming images and archival

    DroppedFileCompression = un

    IncomingCompression = un

    ArchiveCompression = as


    # For debug information

    PACSName = IMBASE

    OperatorConsole = 127.0.0.1

    DebugLevel = 0


    # Configuration of disk(s) to store images

    MAGDeviceFullThreshHold = 30

    MAGDevices = 1

    MAGDevice0 = c:\conquest\data\

    Hi

    How do I disable the automatic deletion of old files?

    I have noticed that when new studies arrive, old ones are being deleted without warning and we appear to have lost quite a bit of data as someone mistakenly forwarded a huge study to the server.

    I have v1.4.19 on Windows, in dicom.ini I have MAGDeviceFullThreshold = 30, the total size of MAG0 directory is 5GB.

    The interface settings are CLeanup disk below =0, Cleanup nightly below = 0


    Is this a bug or do I have something configured wrong?


    When deleteing files the server log reports for example...

    [conquest] DISK SPACE: 1012 MB / NEED 1040 MB - Deleting patient: 18.10.12-09:19:12-DST-1.3.12.2.1107.5.2.18.141274


    Cheers marc

    Hi marcel
    please ignore the last post i made...


    i have fixed it - the problem was that in one of the files the weserver line had
    .../dgate.exe
    which i chnaged to
    .../dgate
    then reset all of the port numbers to 5678 - and it worked! :lol:


    ...thanks again for your help.. now to tackle embedding a dicom viewer into the pages....
    cheers marc

    Hi marcel - still cant get it working and its driving me nuts!


    I have setup a database on mySQL (the mySQL server runs on port 3306)
    I have configured the AE to run over port 5678


    I have 3 files called dicom.ini, located at:
    1. /usr/lib/cgi-bin/ (a copy of the www file)
    2. /var/www/cgi-bin (another copy of the www file)
    3. /home/marc/conquest (the install directory)


    Within these files, selected lines are:


    (www files - 1 and 2)
    WebServerFor = 127.0.0.1


    TCPPort = 3306


    (server file - 3)
    MyACRNema = CONQUESTSRV1


    TCPPort = 5678



    ACRNemaMap = acrnema.map


    kFactorFile = dicom.sql


    SOPClassList = dgatesop.lst



    SQLHost = 127.0.0.1


    SQLServer = conquest
    (the schema name within the DB)
    Username =
    xxxx
    Password = xxxx


    Does this look correct? Other DICOM nodes can read the database, but the webserver just shows blank fields.
    It is also showing nothing when I click on the links below...


    Show server configuration
    Show server accepted SOPs
    Show database layout
    Show DICOM dictionary (Long!)


    Believe me, I have tried all possible combinations but it refuses to work!
    Thanks again for any help you may be able to offer
    Cheers marc

    Hi marcel


    I seem to have confused myself with my last post. What I actually copied to 'cgi-bin/dicom.ini' was the file 'conquest/dicom.ini.www' which (you are correct) does not in fact contain the line 'SQLHost=xxx'. It is a localhost database setup so I never made any changes within the file.
    Is there something else I could be missing?
    I never managed to find libmysqlclientdev for fedora, but did install the mysql libraries and header files through yum.


    Cheers marc

    Hi all,
    im new on this forum (and to conquest DICOM)
    I have installed the package on Fedora 14 with mySQL; all seems to be working well - I can send images and patient data and they are added to the database correctly.


    However, I cannot view them with the web viewer - all I get are empty forms and no entry in the 'server' dropdown, i.e. there is no connection to the database.
    Is there anything I should change in the copy of dicom.ini which i have put in the cgi-bin folder? Currently it contains the lines:
    SQLHost = 127.0.0.1


    SQLServer = conquest


    where 'conquest' is the schema name in which the data tables are stored. Is this correct?


    Are there any simple tests you can recommend to find out why it is not connecting?


    All help is appreciated!
    Cheers marc