Posts by Eduard

    Hi manzing & Andreas !


    Short troubleshooting.


    Test virtiual folder "img" work.
    1. Open any study
    2. Open HTML-source (in IExplorer goto View -> VIEW HTML-source)
    3. copy to clipboard URL to any image from PARAM name="DCMStudydata" value
    Like this

    Code
    http://10.0.1.200/img/1.2.820.90987345775.98765.56563.275864.dcm
    don t copy THIS string for test - its study-specified UID


    4. insert copied string in IEXPLORER adress and try download manualy
    Normaly you see file download dialog.


    If else - virtual folder not work. See included manual


    If NKI-compessed :( Sorry - we not support this method

    Hi all!


    We decided to remake some algorythms of DICOM-WEB-Viewer.
    After testing-debuging we put second version.

    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.

    Quote from capolan1

    I correct the syntax, removing the trailing ',' in all series, but error persist.
    Perhaps the size of the string ? Too long ?


    May the DCMStudydata property be to shoort for this study ?



    <PARAM name="DCMStudydata" value="folder_name_for_study_in_client_cache|PatientName+Study decscription_for_viewer_interface||Seria1_ UID_as_subfolder_name|Seria1_description|Image1_URL,.... Image15_URL ||Seria2_UID_as_subfolder_name|Seria2_description|Image16_URL,Image17_URL,.... Image35_URL">


    Lenght of string limit = 64 kb


    The end of string has error - 20070129211342251.4.dcm,">
    ActiveX try to find next URL after {,}


    Cache locate in Documents and Settings"Current User name"\Local Settings\Temporary Internet Files\DCMViewerCache.


    You can clear DICOM Cache from ActiveX - button "Clear Cache"
    Also standart IE methods (clear cache) or manual by file manager.


    Short help about "DICOMDB"
    DICOMDB is a string variable that describe how WEB-server connecting to CONQUEST database.


    DICOMDB="uid=conquest; pwd=111; driver={SQL Server}; server=(local);database=conquest"


    uid - user name (must be registred on database sever, MS SQL Server or MySQL for example )
    pwd - password for this user
    driver - ODBC-driver. Used to connecting specified database-engine
    server - hostname of database-server (local)- if on the same host
    database - name of CONQUEST server


    For mdb-file database (MS Access) (not tested)
    DICOMDB="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=F:\CONQ12\data\dbase\conquestpacs_s.mdb"

    Hi All,


    First of all - thank to all develeopers of CONQUEST !!!


    We make simple WEB-DICOM-Viewer for Conquest used EZDICOM ActiveX-component (http://www.sph.sc.edu/comd/rorden/ezdicom.html) and ASP (IIS).
    This is Review Station for physicians in our hospital.


    Features:
    WEB-interface
    1. Search by Patient ID
    2. Search by Patient Name (or part of name)
    3. Opening only required study by Accession Number (like WADO)


    DICOM-Viewer
    1. Download by series
    2. two-window for compare images
    3. Custom color look up tables (see images in grayscale or other schemes like 'hot iron')
    4. Precise contrast control
    5. Pan/Zoom (50-100-150-200%)
    6. Measure
    7. Calibrate
    8. Cineloop (5 speed)
    9. DICOM-Header dump
    10. Tumbinal view for navigation
    11. Save images as BMPs, Support uncompressed, compressed and color DICOM images (RLE, palette, RGB, YBR, lossy JPeG, lossless JPeG)


    Security, access control are not implemented. We use it only in intranet.
    I can upload asp-files and modificated activex-component.
    I will be glad if this thing be useful... :)