Search found 7 matches

by johnmann56
Tue, 2006-04-11, 21:48
Forum: DCMTK - General
Topic: automatic DCMTK connection to DNS?
Replies: 2
Views: 3107

:D :o :!:

Thank you VERY MUCH (Vielen Dank u.s.w.) for your very reassuring reply, Joerg. NWI (Nun weiss Ich).

John
by johnmann56
Tue, 2006-04-11, 20:33
Forum: DCMTK - General
Topic: automatic DCMTK connection to DNS?
Replies: 2
Views: 3107

automatic DCMTK connection to DNS?

Hello all. I wrote my own little program to write out a .dcm file to local disk, using DCMTK 3.5.4. It is compiled as a DLL and called from my main image display and manipulation program. This is all for a (very) small startup company in Ann Arbor, MI. I've been using this DLL with no problem for ab...
by johnmann56
Tue, 2006-01-31, 13:50
Forum: DCMTK - General
Topic: Having trouble getting date and time to get written to .dcm
Replies: 2
Views: 3333

:o :arrow: :D
Thank you Jörg, that did the trick. I also had to fix a dumb error in my program which was the REAL problem (emoticon:sheepish).
John
by johnmann56
Mon, 2006-01-30, 21:28
Forum: DCMTK - General
Topic: Having trouble getting date and time to get written to .dcm
Replies: 2
Views: 3333

Having trouble getting date and time to get written to .dcm

Hello. I would like to know what tags or other factors are necessary for the date, time, patient name, and patient ID to be written to a .dcm file using DCMTK. I have written my own little program using DCMTK to write a DICOM file, which includes statements like status = dataset->putAndInsertUint32(...
by johnmann56
Fri, 2006-01-27, 18:43
Forum: DCMTK - Installation
Topic: linking simple program in C++ VS2005
Replies: 5
Views: 9858

... too tired to emote ...

After following your suggestion to actually FOLLOW THE DIRECTIONS and also checking the 3 unchecked boxes in Project -> Configuration menu of the Solution in VS2005, everything was peachy. Thank you Michael.

John[/code]
by johnmann56
Fri, 2006-01-27, 11:26
Forum: DCMTK - Installation
Topic: linking simple program in C++ VS2005
Replies: 5
Views: 9858

:idea: Thank you Marcus. That did indeed help! I then proceeded to get a bunch of errors saying that a bunch of symbols were multiply defined, so I had "it" (VS2005) ignore LIBCMT.LIB and LIBCMTD.LIB. That led to errors like the following; 1>dcmdata.lib(dcuid.obj) : error LNK2001: unresolv...
by johnmann56
Fri, 2006-01-27, 07:20
Forum: DCMTK - Installation
Topic: linking simple program in C++ VS2005
Replies: 5
Views: 9858

linking simple program in C++ VS2005

:cry: Hello all. I'm trying to build the following program in VS2005; // writeDCMfile1.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "dcmtk/dcmdata/dctk.h" #include "dcmtk/dcmdata/dcvrobow.h" int _tmain(int argc, _TCHAR* argv...