Search found 5 matches

by Mrio
Mon, 2006-01-23, 13:08
Forum: DCMTK - General
Topic: Query patient images
Replies: 8
Views: 9705

HI, Can you post me an example? Actually much better would be the complete query. Sorry i am completely new to DICOM. I have been working here at the hospital for a month now (for school, called business experience) and i was assigned to do a project. My project was building a website where patients...
by Mrio
Thu, 2006-01-19, 12:54
Forum: DCMTK - General
Topic: Query patient images
Replies: 8
Views: 9705

Hi, i have run into a problem on the second query. (0008,0052) CS [SERIES] # QueryRetrieveLevel (0010,0020) LO [12345] # PatientID (0020,000D) UI [1.2.3.4.5.6] # StudyInstanceUID (0020,000e) UI [] # SeriesInstanceUID The problem is that i don't get any SeriesInstanceUID. I found out the when i run t...
by Mrio
Mon, 2006-01-16, 10:45
Forum: DCMTK - General
Topic: Query patient images
Replies: 8
Views: 9705

Ahh yes, I get it.

But I thought you could do all this in 1 query. So my guess is that dicom doesn't support this kind of query that gets the images from the series of a certaint patient all in once.

Anyway, thanks for explaining it to me. I'm going to try and make a script for it.
by Mrio
Fri, 2006-01-13, 13:54
Forum: DCMTK - General
Topic: Query patient images
Replies: 8
Views: 9705

ah yes, like a while loop. I was searching the the forum for this problem and i stumpled upon Thomas Wilkens post wich can be found at http://forum.dcmtk.org/viewtopic.php?p=339#339 My quess is that it has to be in that same model. Unfortunatly i have been trying anything i could posibly imagine to ...
by Mrio
Wed, 2006-01-11, 17:30
Forum: DCMTK - General
Topic: Query patient images
Replies: 8
Views: 9705

Query patient images

Hi everyone, I have been building a website lately in PHP. In the site i use a page where you can get images of a certaint patient. Well i have been playing around with findscu and its working. The only problem i am still stuck at is making a query. The query needs to be like: Send patient id (ex. 1...