Search found 11 matches

by fz2841585
Wed, 2019-02-27, 04:36
Forum: DCMTK - General
Topic: please help me about storescu
Replies: 1
Views: 1370

please help me about storescu

I have 2 network adapters, one IP address is( 192.168.1.30),another IP address is (10.80.220.101),I want to send dicom files to stoescp server(IP: 192.168.1.33). How can I specify (192.168.1.30)IP to send dicom files to stoescp server(IP: 192.168.1.33). If the program choose IP(10.80.220.101) to sen...
by fz2841585
Fri, 2013-11-15, 04:41
Forum: DCMTK - General
Topic: help me about findscu
Replies: 2
Views: 3642

Re: help me about findscu

Thank you for your help ,Michael Onken
by fz2841585
Mon, 2013-11-11, 07:34
Forum: DCMTK - General
Topic: help me about findscu
Replies: 2
Views: 3642

help me about findscu

I can get Modality information with findscu (0040,0100)[0].(0008,0060) ,but I use findscu (0040,0100)[0].(0040,0008)[0].(0008,0100) ,it does not work.please help me,what should I do? # # Worklist query # (0010,0010) PN [12123132] # PatientName (0040,0100) SQ # ScheduledProcedureStepSequence (fffe,e0...
by fz2841585
Thu, 2013-10-24, 09:04
Forum: DCMTK - General
Topic: help me about dcmpsprt
Replies: 1
Views: 2573

help me about dcmpsprt

i want to use dcmprscp.exe to print image in command line, and I print a image without DICOM header details such as patinet name ,I want to print DICOM header information on image,what should I do?
dcmpsprt.exe -s -c dcmpstat.cfg -p IHEFULL dsz.dcm -a "text" --filmsize 8INx10IN
by fz2841585
Mon, 2013-09-30, 03:45
Forum: DCMTK - General
Topic: about PBM file
Replies: 1
Views: 2638

about PBM file

Please help ,dcmpsprt.exe -0 "load overlay data from PBM file f and display at position (x,y)" ,please explain what is PBM file,and how to get it?
by fz2841585
Wed, 2012-12-26, 08:27
Forum: DCMTK - General
Topic: issue with dcmprscu
Replies: 0
Views: 15870

issue with dcmprscu

Hello,I have a doubt when i use dcmpsprt to print. And i use the dcmsprscp as the server. I know dcmpsprt will calls the dcmprscu.exe application which performs communication with the printer. Howerver ,when i click the button which calls dcmpsprt very frequently (e.g. 5 or 6 times per second),the d...
by fz2841585
Mon, 2012-12-24, 08:19
Forum: DCMTK - General
Topic: how can i query/retrieve studyID(0020,0010) with findscu?
Replies: 1
Views: 2678

how can i query/retrieve studyID(0020,0010) with findscu?

hello,I want to get the values of tag(0020,0010) ,but i don't know how to deal with it. And when i use "-k 0020,0010",the serve return "Find Failed, query keys"? Is anyone knows what's the reason ? I read the DICOM PS3.3 ,and i know studyid is at the level of study . However,i sp...
by fz2841585
Thu, 2011-07-14, 13:40
Forum: DCMTK - General
Topic: How to read DICOMDIR wiht DCMTK3.5.4
Replies: 2
Views: 4060

J. Riesmeier wrote:
could you tell me whether my dicomdir file is wrong?
No, because you did not provide any details :-)
However, you could send the DICOMDIR file by email to dicom/at/offis/dot/de if you want.
I have got the answer ,0004,1500
by fz2841585
Fri, 2011-07-08, 09:51
Forum: DCMTK - General
Topic: How to read DICOMDIR wiht DCMTK3.5.4
Replies: 2
Views: 4060

How to read DICOMDIR wiht DCMTK3.5.4

DcmDicomDir dicomdir(DICOMDIR_FILENAME); DcmDirectoryRecord * root = &(dicomdir.getRootRecord()); DcmDirectoryRecord * PatientRecord = NULL; DcmDirectoryRecord * StudyRecord = NULL; DcmDirectoryRecord * SeriesRecord = NULL; DcmDirectoryRecord * FileRecord = NULL; OFString tmpString; if(root != N...
by fz2841585
Mon, 2010-09-06, 03:05
Forum: DCMTK - General
Topic: how to change the lightness of the specified pixels
Replies: 2
Views: 3722

Jörg Riesmeier,Thanks for your help,I think I have found the method to solve the problem. thank you:D
by fz2841585
Fri, 2010-09-03, 02:45
Forum: DCMTK - General
Topic: how to change the lightness of the specified pixels
Replies: 2
Views: 3722

how to change the lightness of the specified pixels

I want to change the lightness (or color) of the specified pixels in the DICOM images. First of all,I change the DICOM pixels to BMP pixels ,then I want to change the lightness (or color) of the specified coordinate,and last, display the image.Please help me! here is my codes: void *pDicomDibits; Di...