Search found 28 matches

by manoindia2020
Mon, 2011-12-12, 16:57
Forum: DCMTK - General
Topic: Getting Patient name,patient id, Modality,Number of Images,Study Informations
Replies: 3
Views: 5547

Study root will provide Patient name and id

Will study root information model will provide patient name and Id as output?
by manoindia2020
Mon, 2011-12-12, 13:29
Forum: DCMTK - General
Topic: Getting Patient name,patient id, Modality,Number of Images,Study Informations
Replies: 3
Views: 5547

Getting Patient name,patient id, Modality,Number of Images,Study Informations

Hi, I am developing a iPad app for dicom viewer and PACS server image retriever. I can able to get the Patientname,patient id using Patient Root Query Retreive Information Model. My doubt is I have to get almost all the informations of a particular patient with a single query. I have gone through th...
by manoindia2020
Fri, 2011-10-21, 21:57
Forum: DCMTK - General
Topic: DCMSCU get series
Replies: 1
Views: 3892

DCMSCU get series

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 DcmDataset findParams; findParams.putAndInsertString(DCM_Quer...
by manoindia2020
Wed, 2011-09-07, 14:44
Forum: DCMTK - General
Topic: getscu.cc No adequate Presentation Contexts for sending C-GET
Replies: 16
Views: 35332

I am not so familiar with the standards and connections. I am just trying what you guys say.

the commandline i am using for movescu is

Code: Select all

movescu -P +P 11115 --move MYDICOMSCP -k 0010,0020=TG18-2002 --call LocusServer 192.168.3.100 104 -d
Help me out please.
by manoindia2020
Wed, 2011-09-07, 14:29
Forum: DCMTK - General
Topic: getscu.cc No adequate Presentation Contexts for sending C-GET
Replies: 16
Views: 35332

MOVESCU gives some other error

I tried with --patient --study --psonly models.but all returns the same error. And I tried with MOVESCU, I got new failed error I: Sending Move Request: MsgID 1 I: Request: I: I: # Dicom-Data-Set I: # Used TransferSyntax: Unknown Transfer Syntax I: (0010,0020) LO [TG18-2002] # 10, 1 PatientID I: I: ...
by manoindia2020
Wed, 2011-09-07, 14:08
Forum: DCMTK - General
Topic: getscu.cc No adequate Presentation Contexts for sending C-GET
Replies: 16
Views: 35332

And now, we have the answer: D: Presentation Contexts: D: Context ID: 1 (Abstract Syntax Not Supported) D: Abstract Syntax: =GETPatientRootQueryRetrieveInformationModel D: Proposed SCP/SCU Role: Default D: Accepted SCP/SCU Role: Default D: Context ID: 3 (Abstract Syntax Not Supported) D: Abstract S...
by manoindia2020
Wed, 2011-09-07, 13:56
Forum: DCMTK - General
Topic: getscu.cc No adequate Presentation Contexts for sending C-GET
Replies: 16
Views: 35332

Thanx

Thanx for your support. Will give a ride about the PACS Server.
by manoindia2020
Wed, 2011-09-07, 13:51
Forum: DCMTK - General
Topic: getscu.cc No adequate Presentation Contexts for sending C-GET
Replies: 16
Views: 35332

how to enable this is PACS server

Thanx.
I don't have knowledge about the PACS server functionalities.
Can you technically specify how to enable or make the PACS server to support "GETPatientRootQueryRetrieveInformationModel" ?
by manoindia2020
Wed, 2011-09-07, 13:41
Forum: DCMTK - General
Topic: getscu.cc No adequate Presentation Contexts for sending C-GET
Replies: 16
Views: 35332

result with -d option

D: Configured a total of 103 presentation contexts for SCU D: Request Parameters: D: ====================== BEGIN A-ASSOCIATE-RQ ===================== D: Our Implementation Class UID: 1.2.276.0.7230010.3.0.3.6.1 D: Our Implementation Version Name: OFFIS_DCMTK_361 D: Their Implementation Class UID: ...
by manoindia2020
Wed, 2011-09-07, 13:29
Forum: DCMTK - General
Topic: getscu.cc No adequate Presentation Contexts for sending C-GET
Replies: 16
Views: 35332

I checked by breakpoint in getscu

The problem is not because of associate negotiation. the problem occurs here pcid is returned as 0. T_ASC_PresentationContextID pcid = scu.findPresentationContextID(querySyntax[opt_queryModel], ""); if (pcid == 0) { OFLOG_FATAL(getscuLogger, "No adequate Presentation Contexts for send...
by manoindia2020
Wed, 2011-09-07, 07:12
Forum: DCMTK - General
Topic: getscu.cc No adequate Presentation Contexts for sending C-GET
Replies: 16
Views: 35332

getscu.cc No adequate Presentation Contexts for sending C-GET

Hi, I tried to send cget request using the getscu.cc provided with dcmtk latest repo libarary. While I m trying ro send request as getscu -v pacsserverIP 104 -P QueryInput.dcm It returns error as "F: No adequate Presentation Contexts for sending C-GET" Is some thing I have to change my pre...
by manoindia2020
Sat, 2011-08-27, 16:41
Forum: DCMTK - General
Topic: about dcmqrscp
Replies: 15
Views: 21846

Thank you very much guys

Hi,
I was stuggled with movescu, because of the router port forwarding problem. Now CGET, the code u have provided works great and helped me to see/show the output of my work. Thank you very much guys for the code as well as for your excellent support.
by manoindia2020
Thu, 2011-08-25, 22:52
Forum: DCMTK - General
Topic: about dcmqrscp
Replies: 15
Views: 21846

getscu.cc sample command-line arguments

Hi,
I have integrated the getscu in my application and tried to call the getscu using

getscu 11112 www.dicomserver.co.uk Querydicom.dcm

but the app crashes. I will try to fix by my side. Meanwhile Can I get sample arguments and how the files will be saved in disk?
by manoindia2020
Wed, 2011-08-24, 20:10
Forum: DCMTK - General
Topic: about dcmqrscp
Replies: 15
Views: 21846

C-GET

I have modified dimget.cc, and generate getscu.cc, if you would like the modification to be integrated into the dcmtk package, I will send you the code.(too big to post it here) Can u please send the code to this mail id.(manoindia2020@gmail.com) I am seriously searching for a source to implement C...
by manoindia2020
Thu, 2011-08-18, 15:18
Forum: DCMTK - General
Topic: Getting error in movescu
Replies: 8
Views: 8865

Hi

Thanx for the reply. I will try by myself and if succeed, will post that here.