Hi,
I am trying to use the Orthanc's C_FIND operation to query at the lowest level.
According to the spec, the lowest level available in tag (0008, 0052) value should be "IMAGE".
However, I see that Orthanc sends the value "INSTANCE" whether I specify "Image" or "Instance" in the request body.
with body: {"Level":"IMAGE","Query":{"PatientID":"","PatientName":"", "PatientSex":"", "Modality":"", "SeriesInstanceUID":"some value uid"}, "Limit":1}
will use "INSTANCE" value in (0008, 0052).
Is this supposed to be this way?
Also, as a followup question - which tags can I query for in "IMAGE" level?
For example, can I query for the PixelSpacing/Rows/Columns values?
I would like to be able to understand the resolution of an image before I actually retrieve it. For this, I need these values and more...
I saw that Orthanc disregards the values if I place them in the query body, and does not add them to the actual request being sent.
Please let me know what you think,
Best regards,
Gil