I am using the API to search in SR objects for some text.
So far, I use the /instances/{id}/tags method on SR objects but the interesting part (the radiologist report) appear as “TooLong” in the output.
Is there a way to expand this? I could download the object and use other tools to manipulate it but I prefer to avoid moving objects around.
If an individual tag is reported as “TooLong” by the “/instances/…/tags” URI, you can use the “/instances/…/content/” URI to download its full content.