Search found 23 matches

by shirkaan
Mon, 2011-02-14, 07:39
Forum: DCMTK - General
Topic: bug in findscu
Replies: 5
Views: 7011

FAQ#43 deals with findscu and movescu.
I am running storescu command and i am not using -k option also.
stil i need to go for FAQ#43????
by shirkaan
Fri, 2011-02-11, 13:59
Forum: DCMTK - General
Topic: bug in findscu
Replies: 5
Views: 7011

hi, i ran scpstart.bat file. Then i opened new command prompt and ran following command: D:\Home\Dcmtksource\dcmtk-3.5.4-win32-i386\bin\storescu -v --aetitle STORESCU --call PATNI_STORE1 “PC-PG47683” 140 "E:\test.dcm" PATNI_STORE1 is my folder where i have to place my dicom file. i am gett...
by shirkaan
Fri, 2011-02-11, 11:09
Forum: DCMTK - General
Topic: findscu problem! please help me
Replies: 8
Views: 10798

Hi,

I need to use findscu command on commandline.
Shall i need to run any other commands before findscu????
by shirkaan
Thu, 2011-02-03, 07:25
Forum: DCMTK - General
Topic: How to read GSPS object(line, ellipse annotation etc.)
Replies: 3
Views: 5549

how to create gsps file from dicom file???

I am using dcmpsmk command on command prompt but i am getting error that no such command exists.

Please help me out..
by shirkaan
Mon, 2011-01-24, 09:57
Forum: DCMTK - General
Topic: Empty OFString value
Replies: 2
Views: 3787

sorry...its resolved.. error is with file only...after changing file code is working fine.
by shirkaan
Mon, 2011-01-24, 08:15
Forum: DCMTK - General
Topic: Empty OFString value
Replies: 2
Views: 3787

Hiiiii, I am getting error when retrieving long string from dcm file into ofstring variable. I have following code:- #include<iostream> #include<fstream> #include"dcmtk/dcmdata/dctk.h" using namespace std; void fileWrite(); int main() { fileWrite(); return 0; } void fileWrite() { DcmFileFo...
by shirkaan
Thu, 2011-01-20, 10:09
Forum: DCMTK - Installation
Topic: Need proper order of lib files to be mentioned
Replies: 21
Views: 25931

thanks...n credit goes to you man....
by shirkaan
Wed, 2011-01-19, 07:29
Forum: DCMTK - Installation
Topic: Need proper order of lib files to be mentioned
Replies: 21
Views: 25931

build done...i just need to rebuild dcmtk.dsw after changing CMakeList.txt file.
by shirkaan
Tue, 2011-01-18, 12:12
Forum: DCMTK - Installation
Topic: Need proper order of lib files to be mentioned
Replies: 21
Views: 25931

will you please tell me the setting require in visual studio 2005?
I have added library files.
Is there any need of specifying path for any folder in visual studio 2005, for ex. path for library folder????
by shirkaan
Tue, 2011-01-18, 12:07
Forum: DCMTK - Installation
Topic: Need proper order of lib files to be mentioned
Replies: 21
Views: 25931

i have replaced /MT with /MD and /MTd with /MDd in followinf Cmake file:
D:\Home\Dcmtksource\dcmtk-3.5.4\CMakeLists.txt.


Bust still getting same error.
by shirkaan
Tue, 2011-01-18, 12:00
Forum: DCMTK - Installation
Topic: dcmtk3.5.4 install error
Replies: 8
Views: 14119

thanks
by shirkaan
Tue, 2011-01-18, 11:56
Forum: DCMTK - General
Topic: Visual Studio 2005 and DCMTK 3.5.4
Replies: 2
Views: 3924

actually i am resource of C# technology but have to work on C++ nowdays.
by shirkaan
Tue, 2011-01-18, 11:54
Forum: DCMTK - Installation
Topic: Need proper order of lib files to be mentioned
Replies: 21
Views: 25931

i opened cmake. I changed all shown lib files to 'off' option. I am getting error in following lib files: msvcprtd.lib, libcpmtd.lib, LIBCMTD.lib, MSVCRTD.lib But in cmake i am not seeing those lib files. I am havin following lib files in cmake: WITH_LIBPNG.LIB WITH_LIBTIFF.LIB WITH_LIBXML.LIB WITH_...
by shirkaan
Tue, 2011-01-18, 11:30
Forum: DCMTK - General
Topic: Visual Studio 2005 and DCMTK 3.5.4
Replies: 2
Views: 3924

i am using visual studio 2005 and dcmtk 3.5.4.
i have added all the lib files in above given order.
I am using same code.
I am getting following error:

error C2065: 'DCM_PatientName' : undeclared identifier
error C2228: left of '.good' must have class/struct/union

Please help me out....
by shirkaan
Tue, 2011-01-18, 11:16
Forum: DCMTK - Installation
Topic: dcmtk3.5.4 install error
Replies: 8
Views: 14119

i am using visual studio 2005 and dcmtk 3.5.4. Shall i need to change all .cc files to .cxx files?????