View in #ohif on Slack
@Afonso_Pinto: Hi, I hope you’re doing well.
I’m using the OHIF viewer with Google Healthcare API and noticed that the “Number of Study Related Instances” (0020,1208) and “Number of Series Related Instances” (0020,1209) fields aren’t being returned. However, when using the same data with Orthanc, these fields are provided.
Is this a known limitation of the Google Healthcare API? Do you have any suggestions for working around this issue?
Thanks
@Alireza_Sedghi: This is the issue with Google, not us
they have decided to not return that
@Afonso_Pinto: Thanks for the confirmation
@Alireza_Sedghi: You can request it from them
@Afonso_Pinto: I will try to contact them and see what’s possible.
One thing I noticed while debugging the problem is that changing this bit to ['all'].join(',')
will include the series number (which was also missing) but unfortunately it does nothing for the number of related instances
https://issuetracker.google.com/issues/371011239
@Alireza_Sedghi: Nice