Search found 11 matches

by whqyy
Wed, 2006-03-08, 09:18
Forum: DCMTK - General
Topic: How to differentiate dicom files of different studies?
Replies: 1
Views: 2427

How to differentiate dicom files of different studies?

Which tag can I use to group the studies in DCMTK?

I think it should not be study ID, series number or etc.
by whqyy
Fri, 2006-02-17, 05:12
Forum: DCMTK - General
Topic: another question about dcmtk
Replies: 2
Views: 3453

got it
Thank you very much.
by whqyy
Thu, 2006-02-16, 15:55
Forum: DCMTK - General
Topic: another question about dcmtk
Replies: 2
Views: 3453

another question about dcmtk

I use it to get the information embedded in the dicom files.
But how can I know the type of data of each element, such as Patient's Name, Instance Number...
I tried to use "findAndGetUint32(DCM_InstanceNumber, no)", but it returns false.

Thank you.
by whqyy
Thu, 2006-02-16, 15:53
Forum: DCMTK - General
Topic: some conflicts when building a project
Replies: 2
Views: 3639

I change the cmakelist.txt, and everything goes well.
:)

Thank you
by whqyy
Thu, 2006-02-16, 14:50
Forum: DCMTK - General
Topic: some conflicts when building a project
Replies: 2
Views: 3639

some conflicts when building a project

Hi!

I tried to build a console project using dcmtk in vs2005. It worked well.

But now I am working on a MFC project. When building it, there is an error, as follows:

fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds

What can I do then?

Thank you.

Yingyi
by whqyy
Tue, 2006-02-14, 02:08
Forum: DCMTK - General
Topic: questions about link errors
Replies: 5
Views: 6514

It works。
Thank you for your help。
:D
by whqyy
Mon, 2006-02-13, 15:24
Forum: DCMTK - General
Topic: How to get the filename of the dcm file using dcmtk?
Replies: 1
Views: 2584

How to get the filename of the dcm file using dcmtk?

hi!

Are there any DcmTagKeys for the filename?

Thank you.

Yingyi
by whqyy
Mon, 2006-02-13, 06:14
Forum: DCMTK - General
Topic: questions about link errors
Replies: 5
Views: 6514

hi I have added ofstd.lib into aditional dependencies. But there are still some errors as follow: dcmdata.lib(dcuid.obj) : error LNK2019: unresolved external symbol _WSACleanup@0 referenced in function "long __cdecl gethostid(void)" (?gethostid@@YAJXZ) 1>dcmdata.lib(dcuid.obj) : error LNK2...
by whqyy
Mon, 2006-02-13, 05:17
Forum: DCMTK - General
Topic: questions about link errors
Replies: 5
Views: 6514

I'm sorry, but I don't know what you meant.
Would you please tell in more details?
Thank you very much.
by whqyy
Fri, 2006-02-10, 13:05
Forum: DCMTK - General
Topic: questions about link errors
Replies: 5
Views: 6514

questions about link errors

Hi. I have built a new project in vs 2005, and added the lib files. The code is as follows: #include "stdafx.h" #include <iostream> #include "dcmtk/dcmdata/dctk.h" int _tmain(int argc, _TCHAR* argv[]) { char * FILE_NAME = new char[100] = "D:\\study\\DICOM\\data\\PNEUMATIX\\P...
by whqyy
Fri, 2006-02-10, 09:51
Forum: DCMTK - Installation
Topic: some questions about using DCMTK in VS 2005
Replies: 1
Views: 4072

some questions about using DCMTK in VS 2005

I have followed the install instruction in the DCMTK documentation. I wonder, after “build all” and "install", what can I do to begin with a my own project. It is said that after “install”, the lib and .h files would be copied to a specified directory, but I cannot find them. Thank you. An...