Search found 70 matches

by xfjsuperking
Tue, 2008-01-08, 03:21
Forum: DCMTK - General
Topic: How to use DCMTK in an application with GUI
Replies: 3
Views: 6820

which lib file do i need ?

Hello
Could you tell me the way to determine which lib file do i need in order to use some specific class?I use DCMTK in VCMFC,but it always says:
"unresolved external symbol ".I don't know how to solve this problem,would you give me a hand ,Thanks in advance
by xfjsuperking
Tue, 2008-01-08, 02:53
Forum: DCMTK - General
Topic: which lib file do i need ?
Replies: 1
Views: 2697

which lib file do i need ?

Hello
I want to use the class:DicomImage and DcmFileFormat.Which lib file do i need in order to use the two classes correctly?By the way ,is there any simple way to know which lib file shall i need to use some specific class.Thanks in advance
by xfjsuperking
Mon, 2007-12-31, 01:29
Forum: DCMTK - General
Topic: how can i read a derived dcm file and display it correctly
Replies: 1
Views: 2722

how can i read a derived dcm file and display it correctly

Hello
I want to read a dcm file which contains a 24-bits bmp file in it, but the dcm file can not be shown correctly ,what am going to do to correct this problem ,thanks in advance
by xfjsuperking
Sun, 2007-12-30, 03:35
Forum: DCMTK - General
Topic: why does the bmp file can not be shown correctly
Replies: 2
Views: 3646

I have solve this problem

hello Eichelberg:
Thaks for your help.
by xfjsuperking
Fri, 2007-12-28, 04:51
Forum: DCMTK - General
Topic: How to get the value of each element
Replies: 1
Views: 2525

How to get the value of each element

Hello
i want to get the value of each element,What can i do? Thanks in advance
by xfjsuperking
Mon, 2007-12-24, 01:42
Forum: DCMTK - General
Topic: why does the bmp file can not be shown correctly
Replies: 2
Views: 3646

why does the bmp file can not be shown correctly

Hello everyone:
i write a 24-bits bmp file into a dcm file ,the dcm file can be opened ,but the image can not be shown correctly, Somebody can give me a hand?Thanks in advance
by xfjsuperking
Fri, 2007-12-21, 07:37
Forum: DCMTK - General
Topic: How can i write a BITMAP into a dcm file
Replies: 1
Views: 2787

How can i write a BITMAP into a dcm file

Hello
i want to write a BITMAP into a dcm file .the bitmap is generated by copying the screen .How can i do this by using DCMTK .Thanks in advance
by xfjsuperking
Wed, 2007-12-19, 01:24
Forum: DCMTK - General
Topic: Can i use DCMTK to write dcm files with overlay?
Replies: 1
Views: 3142

Can i use DCMTK to write dcm files with overlay?

Hello everyone:
How can i use DCMTK to write dcm files with overlays?Thanks in andvance
by xfjsuperking
Sat, 2007-12-15, 04:01
Forum: DCMTK - General
Topic: How to get the value of each data element
Replies: 2
Views: 3801

How to get the value of each data element

Hello everyone :
i want to get the value of each data element 's value .How can i do this
Thanks in advance
by xfjsuperking
Sat, 2007-12-15, 03:42
Forum: DCMTK - General
Topic: Compiling errors
Replies: 1
Views: 2797

Compiling errors

Hello everyone: I want to read a dcm file, using DcmFileFormat and DicomImage classes.But the following errors occur: c:\program files\microsoft visual studio\vc98\include\new(35) : error C2061: syntax error : identifier 'THIS_FILE' c:\program files\microsoft visual studio\vc98\include\new(35) : err...
by xfjsuperking
Sat, 2007-12-15, 03:39
Forum: DCMTK - General
Topic: Compiling problem
Replies: 1
Views: 2921

Compiling problem

Hello everyone: I want to read a dcm file, using DcmFileFormat and DicomImage classes.But the following errors occur: c:\program files\microsoft visual studio\vc98\include\new(35) : error C2061: syntax error : identifier 'THIS_FILE' c:\program files\microsoft visual studio\vc98\include\new(35) : err...
by xfjsuperking
Thu, 2007-12-13, 01:51
Forum: DCMTK - General
Topic: How can i change the value of "Implementation Version Name"
Replies: 3
Views: 4681

How can i change the value of "Implementation Version Name"

Hello everyone:
I want to change the value "Implementation Version Name" from "OFFIS_DCMTK_354" to my own ,How can i do ?
Thanks in advance!
by xfjsuperking
Wed, 2007-12-12, 01:54
Forum: DCMTK - General
Topic: How to resolve Link Problem
Replies: 1
Views: 3161

How to resolve Link Problem

Hello everyone: I try to use DCMTK Libs in my MFC program ,but the errors occur during linking process : msvcprtd.lib(MSVCP60D.dll) : error LNK2005: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::o...
by xfjsuperking
Wed, 2007-11-14, 09:23
Forum: DCMTK - General
Topic: How to use findscu correctly
Replies: 5
Views: 6775

findscu can work but a little strange

Hello Thanks for your response. with your help,my findscu can work .but it doesn't work as i used to think According to the documentation,findscu should implements an SCU for the Query/Retrieve Service Class.so i thought that when i use "findscu" to query a remote server like this:findscu ...
by xfjsuperking
Tue, 2007-11-13, 01:13
Forum: DCMTK - General
Topic: How to use findscu correctly
Replies: 5
Views: 6775

findscu still can't run correctly

Hi thanks for your response,i download the updated version .but it can not run correctly .the error message is "can not access file".would you please tell me why? i use the findscu on my pc like:findscu -k 0001,0001="HEAD EXP2" 172.24.18.66 2510 0001_002000_892666651.dcm .and the...