Posts by hogie

    Hello,


    I receive the following error when I try to upload a dcm using the web uploader.



    After a quick scan of the code, I see this uses addlocalfile. So I test that function from the console and am able to add the same file from the same path.


    Do I need to set some special permissions or ini settings for this to work?


    Thanks!

    Oh wait. Could the problem be that I'm running a beta version?


    Good morning. Thanks for the reply.


    I added

    Code
    NoDicomCheck = 1

    but am still having the same problem when I run addimagefile.


    When I run addlocalfile, I just get:


    Code
    Server command sent using DGATE -- option


    But nothing gets added to the DB tables (as view from phpmyadmin).


    These were the instructions I used to setup the server:


    http://blog.kyodium.net/2010/1…quest-on-ubuntu-1004.html


    Any additional configuration changes to make?


    And like I said, I was able to view the sample images and delete them using:

    Code
    --deletepatient:patientid


    Thanks for your help!!

    Hello,


    I am setting up a new Conquest server on Ubuntu 10.04. I was able to load the sample data (and delete the sample patient/images) but I am having trouble bringing in a new file. I downloaded these images for my testing purposes:


    http://www.mathworks.com/matlabcentral/fileexchange/2762


    I saved the files to my Desktop and when I run this:


    Code
    ./dgate --addimagefile:~/Desktop/DICOM/digest_article/brain_001.dcm


    I get the following error:


    Code
    Server command sent using DGATE -- option
    ***[AddImageFile] ~/Desktop/DICOM/digest_article/brain_001.dcm -FAILED: Error on Load


    Any advice on how to proceed?


    Thanks!