Search found 33 matches

by winstonshi
Thu, 2010-09-09, 15:21
Forum: DCMTK - General
Topic: a question about storescp
Replies: 5
Views: 7060

Hi, don't get your point -- the new file will appear on disk and also you will have some logging output to know that a file was received. If you want to execute a special command, you might use the option --exec-on-reception [c]ommand: string" with c being the command you like to execute. Look...
by winstonshi
Wed, 2010-09-08, 16:19
Forum: DCMTK - General
Topic: a question about storescp
Replies: 5
Views: 7060

a question about storescp

suppose i use storescp to receive dicom file from scu, i wonder if there is any way to know one file is received instantly. is there any message to use?
by winstonshi
Wed, 2010-09-08, 16:12
Forum: DCMTK - General
Topic: is there any difference between dicom files from X-ray & CT?
Replies: 2
Views: 12623

Jörg Riesmeier wrote:Yes, of course, the content is different. See the corresponding IODs (Information Object Definitions) in part 3 of the DICOM standard.
Btw, this question does not seem to be related to any of the OFFIS DICOM Tools, right?
yes, you are right.
thank you very much.
by winstonshi
Sun, 2010-09-05, 16:00
Forum: DCMTK - General
Topic: is there any difference between dicom files from X-ray & CT?
Replies: 2
Views: 12623

is there any difference between dicom files from X-ray & CT?

suppose there are 2 dicom files, one is from X-ray machine and the other is from CT machine. is there any difference between them exclude the image part?
thank you so much.
by winstonshi
Sat, 2010-08-21, 12:56
Forum: DCMTK - General
Topic: how do we use the aetitle and aecall in a transfer
Replies: 1
Views: 4310

how do we use the aetitle and aecall in a transfer

i wonder if the aetitle and aecall make a difference in a file sending and receiving.
thank you.
by winstonshi
Sat, 2010-08-21, 12:54
Forum: DCMTK - General
Topic: could i upload dicom file with different name?
Replies: 1
Views: 3979

could i upload dicom file with different name?

I use storescu to send a file to scp
but everytime the file name in the scp is the same if i sent a same file
i wond if there is a way to change the name of the file
thank you
by winstonshi
Sat, 2010-08-21, 12:53
Forum: DCMTK - Installation
Topic: help: No rule to make target `config/Makefile.def
Replies: 7
Views: 13311

Makefile.def is created during the ./configure call. So, please check whether the configuration process really worked correctly. thank you. I do see a error as checking size of char... configure: error: cannot compute sizeof (char) See `config.log' for more details. but i wonder if this error is fa...
by winstonshi
Fri, 2010-08-20, 09:20
Forum: DCMTK - Installation
Topic: help: No rule to make target `config/Makefile.def
Replies: 7
Views: 13311

i wonder if i could upload the file here, this forum. and i have posted followed and i have no idea if this is allowed. if not, i will delete later. Even after a couple of refreshes, the page only says: 403 forbidden You are not welcome to access this page If any question, go to here Does config.log...
by winstonshi
Thu, 2010-08-19, 14:13
Forum: DCMTK - Installation
Topic: help: No rule to make target `config/Makefile.def
Replies: 7
Views: 13311

Uli Schlachter wrote:config.log should be saved in config/config.log.

Could you upload the whole file somewhere for us to take a look?
thank you.
i upload in :
http://bbs.sjtu.edu.cn/file/IE/1282223539308582.log
thank you
please refresh the page (F5) if you can't see it at the first time
by winstonshi
Wed, 2010-08-18, 23:54
Forum: DCMTK - Installation
Topic: help: No rule to make target `config/Makefile.def
Replies: 7
Views: 13311

Makefile.def is created during the ./configure call. So, please check whether the configuration process really worked correctly. thank you. I do see a error as checking size of char... configure: error: cannot compute sizeof (char) See `config.log' for more details. but i wonder if this error is fa...
by winstonshi
Wed, 2010-08-18, 13:59
Forum: DCMTK - Installation
Topic: help: No rule to make target `config/Makefile.def
Replies: 7
Views: 13311

help: No rule to make target `config/Makefile.def

I want to make execute file for my arm system I set environment variables as follow export CXX=/usr/local/arm/arm-2009q1/bin/arm-none-linux-gnueabi-gcc export LDFLAGS=-L/usr/local/arm/arm-2009q1/lib export CPPFLAGS=-I/home/ema/Source/linux-03.00.00.03/include but when run make all after run configur...
by winstonshi
Tue, 2010-08-10, 13:43
Forum: DCMTK - General
Topic: Is there any diff of linux dicomtk lib between arm and X86?
Replies: 4
Views: 7312

When trying to cross-compile DCMTK, you need to make sure that already the configure script is executed with the cross compiler, because otherwise many properties of the host system will be stored in cfunix.h, instead of the properties of the target system for cross compilation. Also note that the ...
by winstonshi
Tue, 2010-08-10, 00:52
Forum: DCMTK - Installation
Topic: how could i build dcmtk for arm system?
Replies: 0
Views: 17116

how could i build dcmtk for arm system?

i use cross compiler for other source code
how could i use cross compiler for dcmtk
thank you.
by winstonshi
Fri, 2010-08-06, 15:09
Forum: DCMTK - Installation
Topic: does someone ever compile dcmtk on cross compiler?
Replies: 0
Views: 16817

does someone ever compile dcmtk on cross compiler?

could you please share your make file with me?
thank you.