Possible to expand "TooLong" content ?

Hi,

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.

Thanks!

Philippe

Hello,

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.

Here is an example, where the tag (0040,a160) was reported as “TooLong” in the first item of the sequence (0040,a730):
http://localhost:8042/instances/50b3a2ff-c37a4b33-e91cb147-33a514c0-5e65a29c/content/0040-a730/0/0040-a160

HTH,Sébastien-

Indeed this working. Thanks!