Question about images

25 views
Skip to first unread message

Maciel Soncini Bueno

unread,
Oct 18, 2021, 9:37:21 AM10/18/21
to dcm...@googlegroups.com
Hi,

In which table do I find the records referring to the images?
I need to know the number of exam images.

Maciel

Nicolas

unread,
Oct 22, 2021, 12:12:52 AM10/22/21
to dcm4che
Hi,

instance table?

select count(ins.pk) as count_images 
from study st 
join series se on st.pk  = se.study_fk
join "instance" ins on se.pk=ins.series_fk
where st.accession_no = '000007945000101'

Regards,
Nico

Reply all
Reply to author
Forward
0 new messages