Posts by subbumd

    Hi Marcel

    It would be really great to have a web viewer.

    Presently I have also configured the flex viewer. Need one help there.


    The settings page is as below.


    <?php


    /* CHANGE THE SETTINGS BELLOW TO MATCH YOUR CONFIGURATION. */


    $dbhost = "localhost"; // database host name

    $dbname = "conquest"; // database name

    $dbuser = "root"; // database username

    $dbpass = ""; // database password


    $siteRoot = "/flex viewer 004/"; // relative path to web directory from webserver root

    $sitePath = "C:\\wamp\\www\\pacs\\"; // absolute path to web directory

    $imagePath = $sitePath . "temp\\"; // path to temp folder where images are stored for web access.

    $dicomPath = "C:\\dicomserver\\data\\"; // path to conquest dicom folder



    In this the dicom path points to a folder named data, which is the default storage, however my server has two MAG storage devices, one is the default one 'data' and another points to a NAS storage folder (which receives data every night). The problem is that I am unable to add this device in this functions page and the software now shows only the images stored on the primary storage folder 'data' not the MAG1.

    Please help me out.

    Hi, marcel

    I am having similar issues

    I have the server with MAG0 and MAG1; and with nightly move to MAG1 working.

    The images are transferring at night and getting deleted from MAG0 properly.

    However these images are not seen in the KPACS client or the inbuilt web viewer.


    Configuration:

    # 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 = CONQUESTSRV2

    TCPPort = 5678


    # Host, database, username and password for database

    SQLHost = localhost

    SQLServer = conquest

    Username = root

    Password =

    MySql = 1

    DoubleBackSlashToDB = 1

    UseEscapeStringConstants = 0


    # Configure server

    ImportExportDragAndDrop = 1

    KeepAlive = 60

    ZipTime = 05:

    UIDPrefix = 1.2.826.0.1.3680043.2.135.737224.68193886

    EnableComputedFields = 1


    FileNameSyntax = 4


    # Configuration of compression for incoming images and archival

    DroppedFileCompression = un

    IncomingCompression = un

    ArchiveCompression = as


    # For debug information

    PACSName = CONQUESTSRV2

    OperatorConsole = 127.0.0.1

    DebugLevel = 0


    # Configuration of disk(s) to store images

    MAGDeviceFullThreshHold = 30

    MAGDevices = 2

    MAGDevice0 = c:\dicomserver\data\

    MAGDevice1 = x:\

    NightlyMoveThreshhold = 4000000

    NightlyMoveTarget = MAG1




    Please see the screenshots for patient ID 109111900514944,


    the first screenshot if of the NAS storage and the second screenshot is of the webviewer with blank space.


    Please help