Search found 22 matches

by zagwin
Mon, 2011-06-27, 23:26
Forum: DCMTK - General
Topic: how can use dcmqrscp to receive data to a specified direction?
Replies: 5
Views: 23281

how can use dcmqrscp to receive data to a specified direction?

Hi, I am using dcmqrscp as a mini database. Whenever it receives data from a remote computer which sending data using storescu.exe, it will store all data (slice) to the root direction of the database, that is, all slices from different studies located in the same direction. Can I store different ca...
by zagwin
Wed, 2011-05-25, 19:32
Forum: DCMTK - General
Topic: How to add text or lines to image? Overlay?
Replies: 3
Views: 5307

How to add text or lines to image? Overlay?

Hi, I want to add some text or lines to image, and want to save this information as dicom information. Can I use the overlay functions such as addOverlay()? OR: I have used this example at http://support.dcmtk.org/docs/mod_dcmdata.html#Examples to convert raw data to dicom data, should I add overlay...
by zagwin
Thu, 2011-03-24, 19:52
Forum: DCMTK - General
Topic: findscu---about query keys
Replies: 7
Views: 10417

Hi, Michael, Jorg,

Thanks very much for you replies, now I understand it.

Thanks:-)
by zagwin
Tue, 2011-03-22, 21:08
Forum: DCMTK - General
Topic: findscu---about query keys
Replies: 7
Views: 10417

I read the stranded, however, I am still confused. in DICOM you have to provide all unique keys (Patient ID, Study Instance UID, Series Instance UID and SOP Instance UID) down to the level that you are querying. In your example you query on SERIES level; thus, you have to provide Patient ID and Stud...
by zagwin
Mon, 2011-03-21, 21:28
Forum: DCMTK - General
Topic: findscu---about query keys
Replies: 7
Views: 10417

Thanks very much both of your replies.
I should work hard and read the standard.
by zagwin
Sat, 2011-03-19, 03:21
Forum: DCMTK - General
Topic: findscu---about query keys
Replies: 7
Views: 10417

findscu---about query keys

Hi, all, Using findscu, is it possible to query some SERIES specified only by PatientName? I mean do not mention PatientID! I have tried like this: findscu -P 127.0.0.1 5678 -aec COMMON -k 0008,0052=SERIES -k (0010,0010)="JU*" query.dcm it returns all the series in the database. I tries fo...
by zagwin
Fri, 2011-03-18, 21:39
Forum: DCMTK - General
Topic: dcmqrscp/dcmqridx automatic synchronization?
Replies: 1
Views: 2709

dcmqrscp/dcmqridx automatic synchronization?

Hi, all, I am very happy to using dcmtk, and I have used it build my dcmtk client. Now, I want to build a test database server. I am running a dcmqrscp on the server. My question is: Whenever dcmqrscp receive images from client, will the index file generated by dcmqridx be updated automatically? OR ...