Just to confirm, when I call "http://orthanc:port/queries/{queryID}/retrieve" at that time it retrieves all the images from the study that is the Synapse to Orthanc, correct?
Everything indicates that this is exactly what I need, that is, when the study is in Orthanc I can already deliver images with WADO of Orthanc, correct?
See the attached images.
How can i probably solve this issue?
My request is this:
curl http://localhost:8042/modalities/aoupacs/query -v -d { 'Level' : 'Series','Query' : { 'AccessionNumber' : '2415885', PatientID' : '', 'PatientName' : '', 'PatientSex' : '', 'StudyDescription' : ''}}
Alain Mazy / CTO
a...@osimis.io / +32 494 31 67 27
| OSIMIS S.A. |
There is a quote missing before PatientID. I would also stick with double quotes " as single quotes ', unfortunately, are not json complaint, tough I am not sure Orthanc will enforce this.
Chico Venancio
VM TECH - (98)8800-2743
That's not json either, lose the brackets arround the 37467364.
curl http://localhost:8042/modalities/FUJI/query -v -X POST -d '{ "Level" : "Series","Query" : { "AccessionNumber" : “37467364”, "PatientID" : "", "PatientName" : "", "PatientSex" : "", "StudyDescription" : ""}}'
Chico Venancio
VM TECH - (98)8800-2743