`
qimo601
  • 浏览: 3418496 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
社区版块
存档分类
最新评论

DCMTK:DCMSCU get series

阅读更多

Author Message
 Post subject: DCMSCU get series
PostPosted: Fri, 2011-10-21, 22:57 
Offline

Joined: Tue, 2011-06-28, 14:36
Posts: 28
Location: Chennai
Hi, 

I have no clue how to implement the retrieving of series descriptions of particular patient Id. 

I retrieved patients Id,name. One clicking the patient the application has to show the image series available for that patient Id. 
I tried 

Code:
DcmDataset findParams; 
    findParams.putAndInsertString(DCM_QueryRetrieveLevel, "IMAGE");
    findParams.putAndInsertString(DCM_PatientID,<PATIENT_ID>);


result = DicomSCU->sendFINDRequest(cxID, &findParams, &responses); 


May I know whats the exact method. I don't have much knowledge in dicom. 

Can u please point out any document or sample?

_________________
with regards 
Manoj Kumar D
 

Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: DCMSCU get series
PostPosted: Sat, 2011-10-22, 13:35 
Offline

Joined: Wed, 2009-07-08, 17:06
Posts: 88
Location: Oldenburg, Germany
manoindia2020 wrote:
Hi,

I have no clue how to implement the retrieving of series descriptions of particular patient Id.

I retrieved patients Id,name. One clicking the patient the application has to show the image series available for that patient Id. 
I tried

Your query is not correct. If you are on the patient level, then you should use patient ID to query for information on the study level (your next query level). After you get the list of studies, you select the study and use the PatientID and StudyInstanceUID to query for information on the series level. When you get a series, use the PatientID, StudyInstanceUID, and SeriesInstanceUID to query for information on image level. In other words, your query should contain a value for unique key attributes of each level above the query retrieve level.

Quote:
May I know whats the exact method. I don't have much knowledge in dicom. 
Can u please point out any document or sample?

You can find such information in the DICOM standard PS3.4 C.4.1. For more information about the required, optional and unique attributes for each level in the query/retrieve information models, look at DICOM Part 4 annex C.


Report this post
Top
 Profile  
Reply with quote  

------------------------------------------------------------------

柳北风儿

http://qimo601.iteye.com

转载:http://forum.dcmtk.org/viewtopic.php?f=1&t=3199&p=12503&hilit=DCMScu#p12503

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics