Posts by alain_godard

    hello

    with enable built-in web server, http://127.0.0.1:8086/app/ohif/

    works correctly and finds the 17 studies present on the test pc.

    To communicate with the server, I use wamps64 but in this case I have the message:

    Code
    [CONQUESTSRV1] 09/09/24 20:29:01: Ladle web server v0.1.3 (c) 2008 S Saint-Pettersen (c) 2015 D Rempel
    [CONQUESTSRV1] 09/09/24 20:29:01: Failed to listen on given hostname:port, Ladle already running?


    I wanted to use the ohiftop version in the hope of being able to do a jpg export of older series but no return:

    http://localhost:8080/app/ohiftop/

    app-config.js :

    Sorry, my explanations are probably not very clear.

    thanks for your help.

    Hi,

    on my pc for testing:

    C:\wamp64\www\api\dicom

    Did I make a mistake?

    I tried it but I arrive on a blank page for each viewer proposed. I just saw that I had the series if I did not use Firefox and yet, it was clearly specified in the manual....
    On the other hand with wamp64, I have nothing even by changing to chrome or edge except for newweb.

    I am still looking....

    Hello, I installed OHIF viewer as advised, but I couldn't connect dgate, while newweb works fine. I didn't find any help on the forum and I know that you don't maintain viewers. Where can I go?

    Thank you.

    Kind regards.

    Hello
    I made the change to export the image in jpg but the transfer of SRs no longer worked. What is the correct syntax?

    Code
    # ImportConverters
    ImportConverter0 = mkdir F:\Images\%i; save jpg to F:\Images\%i\%o.jpg
    
    [lua]
    ImportConverter9 = if Data.Modality=='SR' then Data:Write([[\\srv-maternite\workgroup$\mups\DicomTohPrimV2\dicom\]]..
    Data.SOPInstanceUID .. '.dcm') end

    Thanks

    Hello
    The first solution works perfectly in local testing, I will check that it does not overload the server excessively or set up an automatic deletion of folders in the shared directory older than 6 months.
    I am installing version 1.5.0.d and I will get back to you if necessary.
    Thanks again.
    Kind regards.

    Good morning

    I need your help to choose a viewer for ultrasound images saved in CONQUESTSRV1

    Currently the viewer used is the serversideviewer.

    C:\wamp\bin\apache\apache2.2.22\cgi-bin

    viewer = serversideviewer

    I need to be able to save the series of images in jpg format in a shared directory or print the series.

    I see there are other viewers. which one would achieve this objective?

    THANKS

    Hi

    on a fresh install I can't get ImportConverter to work

    Code
    [lua]
    ImportConverter9 = if Data.Modality=='SR' then Data:Write([[\\192.xxx.xx.x\MedyCS$\mups\DicomTohPrimV2\dicom\]].. Data.SOPInstanceUID .. '.dcm') end

    The file is not written to the remote directory.

    I activated dicomserver Debug mode but I don't get any error messages.

    Through Windows Explorer, I can create and modify a text file.

    What could I be doing wrong?

    THANKS.

    Hello
    I use DICOMSERVER150b and I have an image receiving error of a ultrasound.

    [CONQUESTSRV1] A-ASSOCIATE-RQ Packet Dump

    [CONQUESTSRV1] Calling Application Title : "Voluson "

    [CONQUESTSRV1] Called Application Title : "CONQUESTSRV1 "

    [CONQUESTSRV1] Application Context : "1.2.840.10008.3.1.1.1", PDU length: 28672

    [CONQUESTSRV1] Number of Proposed Presentation Contexts: 6

    [CONQUESTSRV1] Presentation Context 0 "1.2.840.10008.5.1.4.1.1.6.1" 1

    [CONQUESTSRV1] Presentation Context 1 "1.2.840.10008.5.1.4.1.1.3.1" 1

    [CONQUESTSRV1] Presentation Context 2 "1.2.840.10008.1.1" 1

    [CONQUESTSRV1] Presentation Context 3 "1.2.840.10008.5.1.4.1.1.6" 1

    [CONQUESTSRV1] Presentation Context 4 "1.2.840.10008.5.1.4.1.1.7" 1

    [CONQUESTSRV1] Presentation Context 5 "1.2.840.10008.5.1.4.1.1.6.2" 1

    [CONQUESTSRV1] Server Command := 0001

    [CONQUESTSRV1] Message ID := 003b

    [CONQUESTSRV1] FreeStore Left 100731 on f:\

    [CONQUESTSRV1] Written file: f:\voluson\dicom_server\data\8001198657\1.2.276.0.26.1.1.1.2.2021.260.31579.3402772_0001_000021_16287579590027.dcm

    [CONQUESTSRV1] UPACS THREAD 146: ENDED AT: Thu Aug 12 10:45:59 2021

    [CONQUESTSRV1] UPACS THREAD 146: TOTAL RUNNING TIME: 0 SECONDS

    [CONQUESTSRV1] ***No valid presentation contexts/transfer syntax found in 3 candidates

    [CONQUESTSRV1] ***In 3 presentation contexts

    [CONQUESTSRV1] ***#Possible transfer syntaxes: 1

    [CONQUESTSRV1] *** multiplex: connection terminated

    The other ultrasounds work properly.
    What can I do ?
    thank you

    Sorry

    I'm doing it wrong and I have a syntax error.

    dicom.ini :

    [lua]

    ImportConverter9 = if Data.Modality=='SR' then Data:Write(C:\dicomserver150b\structured_report\ Data.SOPInstanceUID .. '.dcm') end

    message :

    [CONQUESTSRV1] *** lua syntax error [string "if Data.Modality=='SR' then Data:Write(C:\dicomserver150b\struc..."]:1: '<name>' expected near '\' in 'if Data.Modality=='SR' then Data:Write(C:\dicomserver150b\structured_report\.. Data.SOPInstanceUID .. '.dcm') end'

    Hi,

    here is SAMSUNG's answer /

    "Changing SR format on Conquest server.

    - Can you contact and ask PACS engineer to change the SR format for Conquest server to "Explicit VR Little Endian"? "what change to make in the file dgatesop.lst ?

    Merci

    Alain

    bonjour

    Problem receiving files SR transmitted by écho SAMSUNG HS60. Error message:

    [CONQUESTSRV1] ***No valid presentation contexts/transfer syntax found in 1 candidates

    [CONQUESTSRV1] ***In 1 presentation contexts

    [CONQUESTSRV1] ***#Possible transfer syntaxes: 1

    [CONQUESTSRV1] *** multiplex: connection terminated

    Worklist and the images work well.

    Conquest Dicom server 1.4.19d1

    Thanks