I added a concept of type Complex and handler, TextHanlder. I used this concept to save a complex obs from the admin UI. After uploading and saving a file with no error. I get a link to download the saved file. After downloading the file, I opened it an its empty. It did not have the contents of the original file. Also the link that says view in another window also displays a blank page.
When clicking on that link, can you confirm that you indeed enter the fetching part of TextHandler, so the getObs(Obs obs, String view) method?
Furthermore, you may already look for more clues here under.
So you mean that in the admin UI, it is just blank on the right hand side of âComplex Value*â? (see screenshot below)
<img src="/uploads/default/original/2X/e/e30e79bfce0e5aaebe6022e325cab13ee2f4815b.png" width=â400â ">
If all this happens how it should, this may just be that the legacy admin UI simply doesnât know how to render the complex data. In that case the VDUI module could be really useful for troubleshooting as it would let you access your obs again (but it would have to be attached to a visit, so to an encounter within a visit).
But the fact that the âComplex Value*â field may show as empty/blank is really suspicious. My screenshot for instance illustrates what you would see with an image. And note that in my case I am also unable to render it in another window with the provided link, but I get some other error message than yours though. However all is fine through using VDUI, the image is displayed as expected.
I did not say you did. I was reading the replies from my phone and @mksd response was kind of suggesting that I look at the code. Thats why I said It has nothing to do with my code, what I was trying to say is that, I donât have access to the code for that section as I download both platform 2.0 and legacyui package webapps.
If you read again what I wrote, you will see that I was asking you to debug TextHandler, not your own code. I was suggesting that the problem could be coming from the handler that you were using. It seems that it is @wyclifâs feeling too.
Sorry for no feedback on this. This did not work(I did not try to debug it either). My mentor reported similar issues with the text handler, so I guess there is a bug with it. But due to the tight deadline for my gsoc project I did not get the time to look into this. My mentor proposed another solution that will not need to use the complex obs. Its darius response on this thread Help with embedding complex obs inside RadiologyReport.java - #5 by teleivo
One of the reasons for this was due to the argument that darius provided on the thread.