• Hi Eduard,


    I installed your webgate for mysql as described in the manual and I can open the viewer for the searched patent, but I can t see the picture. It doesn t show up.
    I registered the active X components ( .ocr files, so I dont think that that is the point.
    What did I wrong here? Ay help appreciated.

  • here the ini


    webgate


    <%
    ' It is IP adress that assigned in IIS
    WEBServerAdr="http://192.168.178.49"


    ' Name of System DSN. Mast be created in ODBC Data Source Administrator
    DICOMDB="DSN=conquest"


    ' Path to CONQUEST DICOM-files folder
    ImagePath="C:\dicomconquest1.4.12c\data\"
    %>


    conquest


    # This file contains configuration information for the DICOM server
    # Do not edit unless you know what you are doing


    [sscscp]
    MicroPACS = sscscp
    Edition = Personal


    # Network configuration: server name and TCP/IP port#
    MyACRNema = PACSSCENIC
    TCPPort = 5678


    # Reference to other files: known dicom servers; database layout; sops
    ACRNemaMap = acrnema.map
    kFactorFile = dicom.sql
    SOPClassList = dgatesop.lst


    # Host(ignored), name, username and password for ODBC data source
    SQLHost = localhost
    SQLServer = conquest
    Username = root
    Password =
    DoubleBackSlashToDB = 1


    # Configure database
    TruncateFieldNames = 10
    MaxFieldLength = 254
    FileNameSyntax = 3
    MaxFileNameLength = 255
    FixPhilips = 0
    FixKodak = 0
    KeepAlive = 0
    LargeFileSizeKB = 1024
    ZipTime = 05:
    UIDPrefix = 1.2.826.0.1.3680043.2.135.732717.68130734
    EnableReadAheadThread = 1
    PatientQuerySortOrder =
    StudyQuerySortOrder =
    SeriesQuerySortOrder =
    ImageQuerySortOrder =
    IndexDBF = 1
    PackDBF = 0
    LongQueryDBF = 1000
    TCPIPTimeOut = 300
    FailHoldOff = 60
    RetryDelay = 100
    QueueSize = 128
    WorkListMode = 0
    DebugLevel = 0


    # Configuration of compression for incoming images and archival
    DroppedFileCompression = j2
    IncomingCompression = j2
    ArchiveCompression = as


    # Names of the database tables
    PatientTableName = DICOMPatients
    StudyTableName = DICOMStudies
    SeriesTableName = DICOMSeries
    ImageTableName = DICOMImages
    DMarkTableName = DICOMAccessUpdates
    RegisteredMOPDeviceTable = RegisteredMOPIDs
    UIDToMOPIDTable = UIDToMOPID
    UIDToCDRIDTable = UIDToCDRID


    # Banner and host for debug information
    PACSName = PACSSCENIC
    OperatorConsole = 127.0.0.1


    # Configuration of disk(s) to store images
    MAGDeviceThreshhold = 0
    MAGDevices = 1
    MAGDevice0 = C:\dicomconquest1.4.12c\data\
    NightlyCleanThreshhold = 0


    # Configuration of rules to modify, log or reject incoming DICOM slices


    I can open the viewer, but not the image, its like the same in the manual,
    the screen is black.


    is there any possiblity to post a jpeg image here? Would it make easier to explain.
    What is the meaning of -make webgate your homefolder?

  • hmm..


    I don't use the IIS but WAMP.


    This is the \cgi-bin\dicom.ini I use:



    # This file contains configuration information for the DICOM server
    # Do not edit unless you know what you are doing


    [sscscp]
    MicroPACS = sscscp


    # database layout (in your dicom server directory)


    kFactorFile = D:\dicomserver1412c\dicom.sql
    TruncateFieldNames = 10


    # IP address and port of DICOM server


    WebServerFor = 127.0.0.1
    TCPPort = 4006


    # further web server config (change ip address and optionally script path)


    WebReadonly = 0


    WebCodeBase = http://127.0.0.1/


    WebScriptAddress = http://127.0.0.1/cgi-bin/dgate.exe


    # this is an optional virtual directory used to http: all images from mag0
    # this entry is experimental and unused except for manual calls to mode=seriesviewer2


    WebMAG0Address = http://127.0.0.1/mag0


    #excerpt from D:\wamp\Apache2\conf\httpd.conf required for WebMAG0Address (un-# there)
    Alias /mag0/ "D:\dicomserver1412c\data\"


    <Directory "D:\dicomserver1412c\data">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>


    # these settings control size of slice and series viewers, max size of transmitted dicom images (0=original),
    # compression for images sent to the activex (may be un,n1..4,j1,j2), and size of the icons in the image list
    # note: all items require at least one space left and right of the '=' !


    [webdefaults]
    size = 560
    dsize = 0
    compress = un
    iconsize = 48



    This is in the directory where the activeX control and the newest dgate also live. So I have a dgate and a dicom.ini in the Apache2\cgi-bin directory with the activeX control and a printer.pl file. Then there is another dgate, dicom.ini and dicom.sql in the server directory which is called by the webserver.



    I don't know enough (anything) about IIS Setup.. Maybe this can give you a point to compare, or someone else has IIS experience?



    If you get black window with study text, simply adjust win/level.



    If you get a white box with a red "X" in the top left hand corner, do this: (with thanks to Patje)


    regsvr32 -u ActiveFormProj1.ocx (to remove)
    regsvr32 [Path of component]\ActiveFormProj1.ocx (to register)


    ie: [Path of Component}= drive:\wamp\cgi-bin\ActiveFormProj1.ocx

  • Hi Radtreveller


    thanks for your answer, but I think we are talking about 2 different things.
    I don t mean the web interface of marcel, this I got running.
    I am referring to the web interface of Eduard, that is based on the ezDICOM medical viewer , that runs with ILS, cause it also was looking very interesting and I wanted to try it out, but I only get a black frame instead of the images.
    Anybody here of the community got that wegbgate running ?

  • P.S


    I ve an error reading in
    C:\Documents and Settings\"Current User name"\Local Settings\Temporary Internet Files
    Files\DCMVIEWERCACHE\Patientname\1.00xxxxxxxxx
    so I guess that the files are not temporary stored there?
    Any idea about that?

  • Hi all !


    1. I did not test DICOM activex with j2-compressed images on CONQUEST.
    Your configuration

    Code
    # Configuration of compression for incoming images and archival DroppedFileCompression = j2 IncomingCompression = j2 ArchiveCompression = as


    My configuration

    Code
    # Configuration of compression for incoming images and archival
    DroppedFileCompression = un
    IncomingCompression = un
    ArchiveCompression = as


    Now we debug jpeg-library in DICOM-WEB-Viewer. It is not good realized. We have some problems with long DICOM-header (CR - for example)
    Sorry :oops:
    I long time work with Centricity Archive 1.0 (GE) with the DICOM-WEB-Viewer.
    Tested with MR, CT, XA, RF, SC, US (not compressed), US VIVID-7 (GE) , VIVID-i (GE), SONOS-5500 (PHILIPS) (lossy jpeg compresson)


    2. What are you see when activeX start? Is DICOM-Viewer interface active?
    Are you see patients study at the TREE-List at left-bottom corner?
    The actrivex at first get links to images. Then You must to select series and press "View"-button. The progress-bar indicate download-process.


    Send me by e-mail HTML-source of your starting activex-page (from Internet Explorer - see Menu ->View-> HTML-source) and 2-3 testing DICOM-files as attachments.

  • I got the webviewer running.


    But there are still remaining probs, at least at my installation
    - the function previous or next slice doesn t work.
    - loading mri-images makes trouble, especially the autocontrast doesnt work
    -the contrast can t be changed for one whole study, it has to be changed every image manually.


    has anybody in this community the same probs or resoved these probs?

  • Latest news


    I tried to load another mri study, and this study was displayed pefectly and all functions were running. So something in the other study had been inconvenient to the webviewer allthough in conquest I didn t have had any probs. ( Intera 1.0T Philips )
    Doing more testing, but it seems really good as a base for a webviewer, cause you can compare axial and cronal images or 2 different studies in one window, in contrast to the actual webviewer of conquest with the-pacs viewer as a base.
    Only disadvantage at the moment is, that it only seems to run with uncompressed images, but Eduard is working on that as he s written to me.

Participate now!

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