Search found 70 matches

by xfjsuperking
Mon, 2008-08-18, 08:32
Forum: DCMTK - General
Topic: what is wrong with the findscu
Replies: 2
Views: 3775

what is wrong with the findscu

Hello : everyone,I want to query the PACS like this : findscu -v -P -k 0010,0010="HEWETT" 172.24.18.66 5678 d:\query.dcm but it told me that :bad key format or dictionary name not found in the dictionary:0010,0010="HEWETT".I don't know what is wrong with this.please give me a han...
by xfjsuperking
Wed, 2008-07-23, 03:27
Forum: DCMTK - General
Topic: Why does the response show "no value avaliable"
Replies: 3
Views: 4921

How to solve this problem

Hello : As you said that the problem is caused by the server.But when i use IDL DICOM Network Service to query the same server ,the responses are correct,so it seems that the problem does not occur on the server side.Is there anything that i misunderstand about the dcmtk ,please help me ,thanks in a...
by xfjsuperking
Tue, 2008-07-08, 01:39
Forum: DCMTK - General
Topic: Why does the dcm file change after modifying the Tag value
Replies: 5
Views: 7189

It still dose not work

Hello At First ,Thanks for your replying ,i modified my program as you suggestd ,but it still does not work.my new program looks like this : OFCondition result = pitem->putAndInsertString(DCM_PatientsName, m_strPatientName.GetBuffer(m_strPatientName.GetLength())); m_strPatientName.ReleaseBuffer(); m...
by xfjsuperking
Mon, 2008-07-07, 09:18
Forum: DCMTK - General
Topic: Why does the dcm file change after modifying the Tag value
Replies: 5
Views: 7189

Why does the dcm file change after modifying the Tag value

Hello everyone: I modify a Tag Value of in a dcm file like this: pitem->findAndGetElement(DcmTagKey(0x0010, 0x0010),pElement,OFFalse); if(pElement == NULL) { } else { pElement->putOFStringArray ((OFString&)m_strPatientName); } unfortunately after i do that ,the Tag (0x0010,0x0010) disappears I d...
by xfjsuperking
Mon, 2008-07-07, 04:05
Forum: DCMTK - General
Topic: How to modify the value of a tag dynamicly
Replies: 1
Views: 3063

How to modify the value of a tag dynamicly

Hello
I want to modify the value of a Tag in the execution of the programm,how can i do that? Thanks in advance
by xfjsuperking
Tue, 2008-07-01, 06:13
Forum: DCMTK - General
Topic: Which query model and level should i choose ?
Replies: 1
Views: 2737

Which query model and level should i choose ?

Hello everybody:
I want to know how many studys and how many series of each study one patient has,which query model and level should i choose ,thanks in advance
by xfjsuperking
Mon, 2008-06-30, 02:34
Forum: DCMTK - General
Topic: where and when the dcmdata dictionary is loaded?
Replies: 1
Views: 2992

where and when the dcmdata dictionary is loaded?

Hello everyone:
I notice there is a judgement on whether the dcmdata dictionary is loaded in the dcmtk program,but i can't find where the dcmdata dictionary is loaded ,and also i don't know what this dcmdata dictionary is used for?please help me .Thanks in advance.
by xfjsuperking
Wed, 2008-06-25, 08:27
Forum: DCMTK - General
Topic: Can Upper level attribute be included?
Replies: 1
Views: 2939

Can Upper level attribute be included?

Hello everybody :
i want to know :if upper level attribute could be included while executing a lower lever query?for example ,i execute a patient model ,study level query,can i include a patientid as a matching key in the C-Find message.Thanks in advance
by xfjsuperking
Thu, 2008-06-12, 09:30
Forum: DCMTK - General
Topic: movescu can not accept the connection
Replies: 1
Views: 2977

movescu can not accept the connection

Hello everybody
i used movescu to retrieve image from the server CONQUESTSRV.but the server said "MOVESCU can not accept the connection"
I don't know why ,please tell me how to solve this problem
by xfjsuperking
Tue, 2008-06-03, 01:41
Forum: DCMTK - General
Topic: The Called AE not recognized
Replies: 6
Views: 12830

Thanks for help

After a long time ,confused by the worklist function .Today i realized the worklist function,and totally understand what it means ,and how to write the query dcm file
by xfjsuperking
Tue, 2008-05-27, 08:21
Forum: DCMTK - General
Topic: why does it say :worklist file is incomplete
Replies: 7
Views: 9529

why does it say :worklist file is incomplete

Hello
i do worklist query, using wlmscpfs.exe as the server.but it said :worklist file is incomplete.i don't know what is wrong with the worklist file,could someone give me a hand ,thaks in advance.
by xfjsuperking
Thu, 2008-05-22, 03:43
Forum: DCMTK - General
Topic: worklist file confusing
Replies: 0
Views: 17216

worklist file confusing

Hello
I want to use findscu to query worlist item on the server,and i just want to get the item about NM modality.how can i write the query file .I am so confused,i have tried so many time ,but it failed. please help me
by xfjsuperking
Mon, 2008-05-19, 02:43
Forum: DCMTK - General
Topic: Is there anything wrong with the findscu command
Replies: 1
Views: 3359

Is there anything wrong with the findscu command

Hello :

Is there anything wrong with my findscu command:

findscu -W -k 0010,0010="TEST" 172.24.18.66 5678

I read the findscu document,but i don't know what is wrong with my command .please help me
by xfjsuperking
Mon, 2008-05-05, 10:30
Forum: DCMTK - General
Topic: The Called AE not recognized
Replies: 6
Views: 12830

How to specify the Matching Key in the dcm file

Hello
Thanks to your kind help ,the worklist works correctly .But i still have another question:How can i specify the Matching Key in my dcm file to filter the Items.Thanks in advance