Search found 10 matches

by bala
Fri, 2007-12-07, 16:04
Forum: DCMTK - General
Topic: dicom info viewer
Replies: 1
Views: 2967

dicom info viewer

Hi to all,

I am trying to build a dicom info viewer like Leadtools.

How to extract the element and group according to the standard IODs like.

patient info
study info
series info
application info
acquisition info
positioning info
image data

Please give me some idea to do that.

Thanks i
by bala
Fri, 2007-12-07, 13:05
Forum: DCMTK - General
Topic: Error while running program
Replies: 9
Views: 10290

Hi Marco,

Now everything is working
fine. As you said, now i am making use
of the MAKE files provided along with the installation.
And i am able to compile the file.
Once again thanks for your help.
by bala
Fri, 2007-12-07, 13:01
Forum: DCMTK - General
Topic: dcmtk - linux users
Replies: 2
Views: 3735

Hi Per,

Thanks for your reply.
I was not compiling the program
with the libraries in order.
Now i am make use of the MAKE file for
compiling the programs. And now everything
is working fine.
by bala
Thu, 2007-12-06, 15:18
Forum: DCMTK - General
Topic: dcmtk - linux users
Replies: 2
Views: 3735

dcmtk - linux users

Hi, I have installed dcmtk 3.5.4 in Ubuntu 7.04. And all the commands are working properly in terminal. And now i have problem in compiling a sample code. And now i have doubt whether dcmtk would work properly in this configuration $uname -a Linux 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 200...
by bala
Thu, 2007-12-06, 11:46
Forum: DCMTK - General
Topic: Error while running program
Replies: 9
Views: 10290

Hi Marco, I have installed dcmtk in Ubuntu 7.04 using Synaptic package Manager.So i don't know whether zlib has installed or not. This is the output when i compiled the code with zlib. $ g++ -DHAVE_CONFIG_H -o pro main.cc -lofstd -ldcmdata -lpthread -lzlib /usr/bin/ld: cannot find -lzlib collect2: l...
by bala
Thu, 2007-12-06, 11:38
Forum: DCMTK - Installation
Topic: Problems linking my code with Dcmtk library
Replies: 4
Views: 9644

Thank you.
by bala
Tue, 2007-12-04, 11:47
Forum: DCMTK - General
Topic: Error while running program
Replies: 9
Views: 10290

Hi Marco, Now i have changed my program like this, #define HAVE_CONFIG_H 1 #define DHAVE_CONFIG_H 1 #include<dcmtk/config/osconfig.h> #include <dcmtk/dcmdata/dcfilefo.h> #include <dcmtk/ofstd/ofcond.h> #include <dcmtk/ofstd/ofstring.h> #include <dcmtk/dcmdata/dcdeftag.h> #include <iostream> using na...
by bala
Tue, 2007-12-04, 06:23
Forum: DCMTK - General
Topic: Error while running program
Replies: 9
Views: 10290

Hi Marco, Thanks for your reply. I am new to c++. Please tell me how to compile with -DHAVE_CONFIG_H option. I have compiled the program like this. $ g++ -o main main.cc -ofstd -dcmdata -DHAVE_CONFIG_H -dcmsr and this is my program #include </home/balaji/dcmtk-3.5.4/config/include/dcmtk/config/oscon...
by bala
Mon, 2007-12-03, 12:51
Forum: DCMTK - Installation
Topic: Problems linking my code with Dcmtk library
Replies: 4
Views: 9644

How to compile the code with -DHAVE_CONFIG_H.

Hi,

How to compile the code with -DHAVE_CONFIG_H.
by bala
Thu, 2007-11-29, 12:40
Forum: DCMTK - General
Topic: Error while running program
Replies: 9
Views: 10290

Error while running program

Hi, I am new to dcmtk. I am trying to run a sample program, but i am getting a error like this . Please help me. thanks in advance. $ g++ -fpermissive -o main main.cc main.cc:1:22: error: osconfig.h: No such file or directory In file included from /usr/include/c++/4.1.3/backward/iostream.h:31, from ...