select i.* from dbo.Study s
inner join dbo.Series se on s.Id=se.Study
inner join dbo.Acquisition a on a.PrimarySeries=se.Id
inner join dbo.AcquiredImage ai on ai.Acquistion = a.Id
inner join dbo.Image i on i.Id=ai.Image
where s.Patient=6
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ibrahim SiddiquePosted Jun 21, 2017, 6:26 AM
Gnanavel SekarPosted Jun 21, 2017, 6:53 AM
Gnanavel SekarPosted Jun 21, 2017, 6:43 AM
Gnanavel SekarPosted Jun 21, 2017, 5:30 AM
Manikandan MurugesanPosted Jun 21, 2017, 5:17 AM