Search found 13 matches

by hamlet
Thu, 2005-05-19, 07:09
Forum: DCMTK - General
Topic: Display a DICOM image
Replies: 2
Views: 4402

refer dcm2pnm.
It would convert dicom to bmp.
Maybe you could convert dicom to HBITMAP and display on window(EX Static control)
by hamlet
Thu, 2005-04-28, 12:19
Forum: DCMTK - General
Topic: Dose this findscu command legal?
Replies: 2
Views: 5499

I read the PS 3.4-2004 C.4.1.3.2.1 Relational-Queries
Maybe I use findscu is relational query.
Some servers get CFind without extended negotiation, they always use relational queries, and some servers don't.

Is it right?
by hamlet
Thu, 2005-04-28, 09:18
Forum: DCMTK - General
Topic: Dose this findscu command legal?
Replies: 2
Views: 5499

Dose this findscu command legal?

Hi, I use findscu to find patient info. findscu -v -d -k 0010,0010="" -k 0010,0020="" -k 0008,0052="STUDY" -k 0008,0020="-20020101" -k 0008,0030="" -k 0020,000D="" -P -aet CDRHamlet -aec Test_SERVER 192.168.0.XX 104 Patient Root Study Level...
by hamlet
Wed, 2005-03-30, 03:22
Forum: DCMTK - General
Topic: failed sub-association request with MOVESCU
Replies: 4
Views: 12180

Hi, echoscu = (ECHOSCU, 152.19.105.73, 10000) findscu = (FINDSCU, 152.19.105.73, 10000) I think echoscu and findscu mean that if ImageCtn want transfer image to echoscu or findscu, they open 10000 port to listen to receive image. If echoscu and findscu run at same time, maybe one of them fail to lis...
by hamlet
Tue, 2005-03-29, 02:58
Forum: DCMTK - General
Topic: failed sub-association request with MOVESCU
Replies: 4
Views: 12180

I think you could try to add +P 10000 params.
If don't work, add -aem MOVESCU -aet MOVESCU. (Althoug it is default...)
If don't work, delete echoscu findscu storescu storescp on imagectn.cfg.
I don't think open the same network port on the same PC is a good idea.
by hamlet
Thu, 2005-03-24, 12:11
Forum: DCMTK - General
Topic: DLL creation for DCMNet
Replies: 7
Views: 12027

I think storescu should be ok in multi-threaded environmet. Do you try to test storescu using imagectn?
My test servers are imagectn(OFFIS), conquestServer(UCDCM). They are free.
PaceOne is another free server. But it is a little hard to set up.
by hamlet
Thu, 2005-03-24, 11:48
Forum: DCMTK - General
Topic: DLL creation for DCMNet
Replies: 7
Views: 12027

yes, I try to use multiple SCUs to Q/R a server at the same time. You could run multiple SCUs on different PCs. I think it's ok. But maybe you would have problems to run multiple SCUs on the same time, especially you run multiple movescu (I think movescu will open network port to listen incoming dat...
by hamlet
Thu, 2005-03-24, 11:33
Forum: DCMTK - General
Topic: DLL creation for DCMNet
Replies: 7
Views: 12027

Maybe you could it.
I writed a atl/com include SCU function, like echoscu, findscu, storescu and movescu.
It works fine, I think.
by hamlet
Wed, 2005-03-23, 04:29
Forum: DCMTK - General
Topic: Timeout in echoscu or other scu...
Replies: 0
Views: 7222

Timeout in echoscu or other scu...

Hi, I try to use echoscu or findscu or movescu or storescu to Q/R Server. I have add -to param to set timeout (10 sec). Sometime it return error for timeout, sometime it dosen't (especially the server crash). I have modify ASC_initializeNetwork to set timeout 20, but didn't work. OFCondition cond = ...
by hamlet
Mon, 2005-03-14, 10:43
Forum: DCMTK - General
Topic: May I canel C-Move in movescu?
Replies: 1
Views: 4667

May I canel C-Move in movescu?

Hi I use movescu to move dicom images. command line look like: -v -d -P -k 0010,0010="S*^" -k 0010,0020="" -k 0008,0020="" -k 0008,0030="" -k 0008,1030="" -k 0008,0018="" -k 0008,0052="IMAGE" -aet Hamlet -aec Server -aem Hamlet +P...
by hamlet
Mon, 2005-02-21, 08:21
Forum: DCMTK - General
Topic: findscu and schicktech CDR DICOM Server
Replies: 2
Views: 7817

Thanks.
I have touch schicktech.com, and they replicated this error. They think there are some issue in their server.
And I try to change Transfer Syntax to only "LittleEndianImplicitTransferSyntax", it works fine.
by hamlet
Thu, 2005-02-17, 13:56
Forum: DCMTK - General
Topic: findscu and schicktech CDR DICOM Server
Replies: 2
Views: 7817

findscu and schicktech CDR DICOM Server

Hi, I have a DICOM Server form schicktech(www.schicktech.com). I got a error when I use findscu.exe. -v -d -O -k 0010,0010="DENTRIX^XXXX" -k 0008,00052="STUDY" -k 0010,0020="" -k 0008,0020="" -k 0008,0030="" -k 0008,1030="" -aet HamletAET -...
by hamlet
Tue, 2004-11-16, 10:30
Forum: DCMTK - General
Topic: About 0008,0005 Specific Character Set
Replies: 2
Views: 8395

About 0008,0005 Specific Character Set

Hi, I have download some dicom image with different specific char set. http://dclunie.com/images/charsettests.20030219.tar.gz In my code: if (dO->search(tag, stack, ESM_fromHere, OFTrue) == EC_Normal) { char *szTmp = NULL; dcmTmp = (DcmElement*) stack.pop(); dcmTmp->getOFStringArray(szTmp); szTmp = ...