No response when quering GET on `api/dicom/rs/studies/?` but with series or instance, it works

  • Hi,

    I am having a problem when querying the Conquest Web Server.


    When I try to get the instances using a GET query, http://127.0.0.1/api/dicom/rs/studies/<myStudyUID>, I get no response and it throws 500 error.

    But when I do, http://127.0.0.1/api/dicom/rs/studies/<myStudyUID>/series/<mySrUID> or http://127.0.0.1/api/dicom/rs/studies/<myStudyUID>/series/<mySrUID>/instances/<myInstUID>, these two give me proper responses.

    Just trying to query study instance doesn't give me a response.

    Could you please guide me on this? Thanks.

  • SM1312

    Changed the title of the thread from “No response when calling `api/dicom/rs/studies/?` but with series or instance, it works” to “No response when quering GET on `api/dicom/rs/studies/?` but with series or instance, it works”.
  • Sorry. I solved it. Memory Error with PHP.

    I increased the memory_limit to `1G` and it worked. Although the DICOM files are not that huge, I am not sure why 1GB!?

    Is there any explanation why PHP would need such a high limit? Thanks

Participate now!

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