Questions tagged [dcmtk]

DCMTK is a collection of libraries and applications implementing large parts the DICOM standard.

DCMTK is a collection of open source libraries and applications implementing large parts the DICOM standard.

It includes software for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers.

DCMTK is is written in a mixture of ANSI C and C++. and can be compiled under Windows and a wide range of Unix operating systems including Linux, Solaris, HP-UX, IRIX, FreeBSD, OpenBSD and MacOS X.

Related tags:

,

143 questions
0
votes
1 answer

DCMTK integration with android project

I want to use DCMTK to view and read DICOM files.I installed the NDK required for it.But I dont know how DCMTK works.Anybody has any idea how it works??Please guide.
Kalyani
  • 47
  • 6
0
votes
0 answers

How To Include DCMTK to IOS Projest

I successfully compiled DCMTK for IOS7 and got all libraries and All other files. By using these file I tried to create a sample App http://www.cppblog.com/kesalin/archive/2011/11/10/dcmtk_ios.html I got some idea from this. But now I'm stuck in…
-1
votes
2 answers

Trouble getting `storescu` working by accessing from external IP aws/nvidia clara

Set up Nvidia Clara on a AWS instance in through Kubernetes. I run my dicom adapter through clara and it is running on POD. I activate the listener by running storescp -v --fork -aet DCM4CHEE 104 which shows as listening If i locally run storescu…
The BrownBatman
  • 2,593
  • 1
  • 13
  • 29
-1
votes
1 answer

How to differentiate CT images from two different manufacturers using DCMTK commands?

I am trying to pull images from a server. I am interested in pulling CT images for a specific patient. I am executing the following DCMTK commands from the command prompt (windows): 1) I get the Study Instance UID of my Patient ID…
jorge
  • 364
  • 3
  • 8
-1
votes
2 answers

CMake: "cl.exe not able to compile a simple test program"

I want to build DCMTK in Visual Studio 2010. I followed the advice here enter link description here, as the image shows. And I still get the same error. Any ideas?
andandandand
  • 21,946
  • 60
  • 170
  • 271
-2
votes
1 answer

How to build a DCMTK project file with CMake?

I am trying to build a DCMTK project file using the CMake gui, so I can use it in Qt. Unfortunately, I still get a few errors. I've read many related topics (e.g. How to use Dcmtk in Qt?), but I cannot find a solution to solve my errors: Output…
Engo
  • 899
  • 3
  • 19
  • 49
-3
votes
1 answer

how to solve fopen64, freopen64, tmpfile64 not declared errors?

I have compiled DCMTK source code to generate libs(for android platform) and adding these libs in my QT project. While building my qt project I am getting these errors: C:\Ashish\QTPROJECT\test\include\dcmtk\ofstd\offile.h:310: error: '::fopen64'…
Ash
  • 41
  • 7
-3
votes
1 answer

Does the makefile of dcmtk3.6.3 in ubuntu14.0 have -g to debug?

I want to debug the code of dcmtk3.6.3 with vs code in ubuntu14.0. But i don't know whether the original makefile had the -g parameter. I try to debug,but it does not work. So, should i add the "-g" in the makefile? And where to add? this is the…
chenzongxi
  • 25
  • 4
1 2 3
9
10