refer dcm2pnm.
It would convert dicom to bmp.
Maybe you could convert dicom to HBITMAP and display on window(EX Static control)
Search found 13 matches
- Thu, 2005-05-19, 07:09
- Forum: DCMTK - General
- Topic: Display a DICOM image
- Replies: 2
- Views: 3132
- Thu, 2005-04-28, 12:19
- Forum: DCMTK - General
- Topic: Dose this findscu command legal?
- Replies: 2
- Views: 4198
- Thu, 2005-04-28, 09:18
- Forum: DCMTK - General
- Topic: Dose this findscu command legal?
- Replies: 2
- Views: 4198
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 I want to get studyDate before 20020101 and I want to get 1...
- Wed, 2005-03-30, 03:22
- Forum: DCMTK - General
- Topic: failed sub-association request with MOVESCU
- Replies: 4
- Views: 10007
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...
- Tue, 2005-03-29, 02:58
- Forum: DCMTK - General
- Topic: failed sub-association request with MOVESCU
- Replies: 4
- Views: 10007
- Thu, 2005-03-24, 12:11
- Forum: DCMTK - General
- Topic: DLL creation for DCMNet
- Replies: 7
- Views: 9334
- Thu, 2005-03-24, 11:48
- Forum: DCMTK - General
- Topic: DLL creation for DCMNet
- Replies: 7
- Views: 9334
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...
- Thu, 2005-03-24, 11:33
- Forum: DCMTK - General
- Topic: DLL creation for DCMNet
- Replies: 7
- Views: 9334
- Wed, 2005-03-23, 04:29
- Forum: DCMTK - General
- Topic: Timeout in echoscu or other scu...
- Replies: 0
- Views: 3734
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 = ...
- Mon, 2005-03-14, 10:43
- Forum: DCMTK - General
- Topic: May I canel C-Move in movescu?
- Replies: 1
- Views: 3702
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 1005 192.168.xx.14 1004 -to 10 But sometime there are many images on ...
- Mon, 2005-02-21, 08:21
- Forum: DCMTK - General
- Topic: findscu and schicktech CDR DICOM Server
- Replies: 2
- Views: 6377
- Thu, 2005-02-17, 13:56
- Forum: DCMTK - General
- Topic: findscu and schicktech CDR DICOM Server
- Replies: 2
- Views: 6377
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 -aec CDRServer 192.168.XX.XX 1004 0006:020f DIMSE Unexpected ...
- Tue, 2004-11-16, 10:30
- Forum: DCMTK - General
- Topic: About 0008,0005 Specific Character Set
- Replies: 2
- Views: 6954
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 = ...