I am working with a trial version of PacsOne and I am trying to get a WADO request to work. I think I have everything formatted correctly, but when I submit the request, my browser begins to download a 20MB file named wado.php. The browser doesn't display it and when I open it with a text editor, it is not PHP code, but I definitely see bits of DICOM information. I think it is just downloading the DICOM image to wado.php.
I think I am very close to getting this working, can anyone offer any suggestions? Here is the URL I am using with server, user, and password left out"
Code: Select all
http://<server>/pacsone/wado.php?requestType=WADO&seriesUID=1.3.12.2.1107.5.4.5.35307.30000012101104323103100000049&objectUID=1.3.12.2.1107.5.4.5.35307.30000012101018342867100000537.512&contentType=application%2Fdicom&username=<user>&password=<password>
I certainly appreciate any assistance you can offer.