Search found 70 matches

by xfjsuperking
Tue, 2014-02-25, 12:42
Forum: DCMTK - General
Topic: How to add new interface in DCMTK
Replies: 3
Views: 5238

Re: How to add new interface in DCMTK

Hi Michael Thanks for your reply. By 'export', i mean, the function can be used in other applications like the existing functions ASC_initializeNetWork and the DUL_** functions. For example, i want to add a function named A in the lib dcmnet, then i want to use the function A in other applications ....
by xfjsuperking
Tue, 2014-02-25, 02:51
Forum: DCMTK - General
Topic: How to add new interface in DCMTK
Replies: 3
Views: 5238

How to add new interface in DCMTK

Hi All:
I try to add a new function and want to export this new interface like the ASC_** functions,
but when i use modified DCMTK libs, the link process can't find my new added function.
Would any one tell me how dcmtk exports all of its interfaces? Thanks!
by xfjsuperking
Mon, 2014-02-24, 10:26
Forum: DCMTK - General
Topic: Does DCMTK supprot Multi-Thread?
Replies: 7
Views: 10170

Re: Does DCMTK supprot Multi-Thread?

oh oh, that's great. thanks. that will save my time
by xfjsuperking
Mon, 2014-02-24, 02:39
Forum: DCMTK - General
Topic: Does DCMTK supprot Multi-Thread?
Replies: 7
Views: 10170

Re: Does DCMTK supprot Multi-Thread?

Hi : What I want to do is: I want to develop a PACS server with a main thread and a thread pool .The main thread is responsible for receiving the incoming connection, after the incoming connection is accepted by the main thread, the accepted socket is passed to a thread which is picked from the thre...
by xfjsuperking
Fri, 2014-02-21, 10:15
Forum: DCMTK - General
Topic: Does DCMTK supprot Multi-Thread?
Replies: 7
Views: 10170

Re: Does DCMTK supprot Multi-Thread?

This is what i want to do, It looks like Multi-Thread is not supported by dcmtk
So maybe i have to modify it
by xfjsuperking
Wed, 2014-02-12, 09:04
Forum: DCMTK - General
Topic: Does DCMTK supprot Multi-Thread?
Replies: 7
Views: 10170

Does DCMTK supprot Multi-Thread?

Hi All:
I find that DCMTK handles each connection with one process. Now I want it to handle each connection with one thread, how should i do ?
Thanks!
Simon
by xfjsuperking
Fri, 2014-02-07, 06:31
Forum: DCMTK - General
Topic: What is the Standard Target for GSDF
Replies: 1
Views: 2624

What is the Standard Target for GSDF

Hi All, In DICOM standards related with GSDF, a Standard Target is used to define the GSDF, which is described as the Standard Target consisting of a 2-deg x 2-deg square filled with a horizontal or vertical grating with sinusoidal modulation of 4 cycles per degree Does anyone know what is the Stand...
by xfjsuperking
Mon, 2012-02-06, 07:01
Forum: DCMTK - General
Topic: dicom test server using DCMTK
Replies: 1
Views: 7060

dicom test server using DCMTK

Hi I want to know whether ,there is a server aviable in dcmtk for test
thanks
by xfjsuperking
Wed, 2011-01-12, 08:14
Forum: DCMTK - General
Topic: How to convert dicom file to bmp with overlay ,using dcm2pnm
Replies: 1
Views: 2974

How to convert dicom file to bmp with overlay ,using dcm2pnm

Hello All:
I try my best to convert dicom file to 8-bit bmp file ,unfortunatelly there is no overlay in the converted file.Please let me know how to do it .Thanks
by xfjsuperking
Mon, 2009-07-20, 10:09
Forum: DCMTK - General
Topic: How to convert a dicom file to a bitmap file
Replies: 2
Views: 3805

Get the Correct Result

Hi Macro
Do as you suggested,I got the correct image .Thanks.
by xfjsuperking
Mon, 2009-07-20, 02:24
Forum: DCMTK - General
Topic: How to convert a dicom file to a bitmap file
Replies: 2
Views: 3805

How to convert a dicom file to a bitmap file

Hello everyone:
I want to convert a dicom file to a bitmap file with dcm2pnm tool .But the coverted bitmap file is black ,no image can be seen .here is how i use this tool
dcm2pnm +ob 1.dcm 1.bmp
Thanks in advance
by xfjsuperking
Thu, 2009-07-16, 06:49
Forum: DCMTK - General
Topic: How to get the raw data with dcmdump tool
Replies: 1
Views: 3120

How to get the raw data with dcmdump tool

Hello
I want to get the raw data from a dicom file,with the following command,but it does not work.Anybody ,please tell me how to do it correctly

dcmdump +W d:\057.dcm d:\data
Thanks a log
by xfjsuperking
Fri, 2008-08-29, 01:44
Forum: DCMTK - General
Topic: How to modify the value of a tag in a sequence
Replies: 3
Views: 4475

How to modify the value of a tag in a sequence

Hello everyone:
i want to modify a tag value in a sequence using dcmodify ,after reading the documents of dcmtk,i still can not write the correct commandline to modify the tag value.please help me.Thanks in advance
by xfjsuperking
Wed, 2008-08-20, 10:09
Forum: DCMTK - General
Topic: How can i execute the query at the composite object Instanc
Replies: 1
Views: 3028

How can i execute the query at the composite object Instanc

Hello
i want to execute the query at the composite object instance level . i specify the "Composite object instance "key attribute in the query-dcm file,using the Patient Root Model,but i got nothing ,what is wrong with this ?
Thanks in advance
by xfjsuperking
Tue, 2008-08-19, 02:59
Forum: DCMTK - General
Topic: what is wrong with the findscu
Replies: 2
Views: 3740

Thanks for your help

Thanks