Search found 14 matches

by gnchen
Mon, 2006-05-08, 14:24
Forum: DCMTK - General
Topic: storescp + findscu for series assoication??
Replies: 5
Views: 5833

Thanks! Marco,

In fact, that is what I think. But since I have no way yo know which series I should retrieve, is there any dicom related communication which can be used to notify me which series I should retrieve??

Or I might need to use other protocol to do that...


Gen
by gnchen
Fri, 2006-05-05, 14:49
Forum: DCMTK - General
Topic: storescp + findscu for series assoication??
Replies: 5
Views: 5833

Thanks! Marco. My post image processing stream really needs a whole 3D MR series. Another solution will be using movescu. But that means I need to know which series I should query by using some key, such Series Instance UID. But I am not so sure how can I get that from DICOM's point of view. What's ...
by gnchen
Fri, 2006-05-05, 05:25
Forum: DCMTK - General
Topic: storescp + findscu for series assoication??
Replies: 5
Views: 5833

storescp + findscu for series assoication??

Hi! All, Since there is no so-called " series level association" in SOP class, I wonder if it is possible to use storescp + findscu to make sure you know how many slices in that series. My plan is: 1. have an storescp server running 2. After got a dicom image, I use findscu to query the se...
by gnchen
Fri, 2006-04-28, 15:59
Forum: DCMTK - General
Topic: dcmdump and naming of raw file
Replies: 5
Views: 6718

Items refer to what Marco described in the previous response, i.e. how many slices in that multi-frame pixel data? Any dicom tag for this kind of info?? Sometimes, I really feel quite troubling that there is no any info regarding how many slices in a series and how many seires in this study. Lacking...
by gnchen
Sat, 2006-04-22, 16:28
Forum: DCMTK - General
Topic: dcmdump and naming of raw file
Replies: 5
Views: 6718

Thanks!

Is there any DICOm tag indicating the image is compressed? And How many items I will get from that??

Gen
by gnchen
Fri, 2006-04-21, 03:14
Forum: DCMTK - General
Topic: dcmdump and naming of raw file
Replies: 5
Views: 6718

dcmdump and naming of raw file

Hi! Can anyone tell me how dcmdump create the file name whne I use +W option? It seems it is always like: dcmfilename.0.raw Is it correct? I will like dump pixel data to a file or pipe it throught stand output. So, I can easily read them in my python script. Any alternative way to achieve this is al...
by gnchen
Wed, 2006-04-19, 17:26
Forum: DCMTK - General
Topic: generate new UID
Replies: 6
Views: 22624

Thanks! Michael
by gnchen
Wed, 2006-04-19, 14:29
Forum: DCMTK - General
Topic: generate new UID
Replies: 6
Views: 22624

Thanks! Michael,

And where is the OFFIS UID root? If I don't change that, is it possible someone will generate the same UID as I did? How can I make sure it is unique?

Gen
by gnchen
Wed, 2006-04-19, 02:01
Forum: DCMTK - General
Topic: generate new UID
Replies: 6
Views: 22624

generate new UID

Hi!

I need to create a new series from a study. So, I need to generate new UID for that series. Is there any binary in the current release which can be used for this??

Gen
by gnchen
Sat, 2006-04-15, 22:10
Forum: DCMTK - General
Topic: Series Level association
Replies: 6
Views: 7496

Thanks! Marco,

Looks like adding some series options there is my best bet. Thanks!!

Gen
by gnchen
Thu, 2006-04-13, 19:20
Forum: DCMTK - General
Topic: Series Level association
Replies: 6
Views: 7496

Thanks. Does MR modality support MPPS? Is it well-suported in all PACS system? Or just another standard no one really pay attention too??
by gnchen
Wed, 2006-04-12, 19:05
Forum: DCMTK - General
Topic: Series Level association
Replies: 6
Views: 7496

Thanks! Macro. So, does that mean I should use dcmqrscp to store all images first. Then, using movescu to query and retrieve for a particular series I need. But this still did not solve the transferring completion problem. Any suggestion on this except implementing our own per-series logic? I really...
by gnchen
Tue, 2006-04-11, 18:19
Forum: DCMTK - General
Topic: how to differentiate images from one patient?
Replies: 5
Views: 6115

You might want to check modality tag (0008, 0060)
by gnchen
Tue, 2006-04-11, 18:13
Forum: DCMTK - General
Topic: Series Level association
Replies: 6
Views: 7496

Series Level association

Hi!

In current storescp, you have image level association and some study level association options there. But how about Series Level association? What is the best way to know when a series have been transferred?? Is there a Presentation context like this in DICOM standard?

Gen