Search found 18 matches

by jayition
Tue, 2006-10-24, 04:57
Forum: DCMTK - General
Topic: A question about createWindowsDIB and BITMAPINFO
Replies: 3
Views: 4422

you haven't malloc memory!

unsingned bufsize =0; void * buffer; bufsize=image->createWindowsDIB(buffer,bufsize,1,8,1) To use the CreateWindowsDIB function , the buffer must to malloc memory first , like this : const int gap = (4 - image->getWidth() & 0x3) & 0x3 ; const unsigned long bufsize = OFstatic_cast(unsigned lo...
by jayition
Thu, 2006-09-07, 07:21
Forum: DCMTK - General
Topic: how to convert image (like ave mpeg ) to dicom sc multiframe
Replies: 5
Views: 10919

Can any body give sample code to create mutl frame dicom file? thanks!
by jayition
Thu, 2006-09-07, 07:14
Forum: DCMTK - General
Topic: how to convert image (like ave mpeg ) to dicom sc multiframe
Replies: 5
Views: 10919

I know what it mean but can anyone tell me how to do this!

I tried this code dataset->insert (FFFE,E000) ,but it doesn't work , the insert funtion is virtual OFCondition insert (DcmElement *elem, OFBool replaceOld=OFFalse, OFBool checkInsertOrder=OFFalse) insert a new element into the list of elements maintained by this item. but FFFE,E000 is not a Dcmeleme...
by jayition
Tue, 2006-09-05, 03:50
Forum: DCMTK - General
Topic: Help Create Dicom's file
Replies: 2
Views: 4071

I think you should try this!

DcmFileFormat outfile;
DcmDataset *dataset = outfile.getDataset();
dataset->putAndInsertString(DCM_PatientName,"SomeOneName");
I think you should try this!
by jayition
Fri, 2006-08-25, 09:40
Forum: DCMTK - General
Topic: Create a DicomDir
Replies: 3
Views: 5323

Thanks !

Thanks ! I know that now!
by jayition
Mon, 2005-12-05, 01:31
Forum: DCMTK - General
Topic: Some question of dcmpsprt!
Replies: 2
Views: 3441

Thanks for Marco's answer!

Thanks for Marco's answer!
This answer is very useful for me! Thank U!
by jayition
Fri, 2005-12-02, 03:59
Forum: DCMTK - General
Topic: Some question of dcmpsprt!
Replies: 2
Views: 3441

Some question of dcmpsprt!

I try to use dcmpsprt , it works OK, now I want to specify the Center/Width of the dcmfile to print! Can U help me ? And another question is how can I Get the printer's parameter, could it get with some function of DCMTK, or get it with net comunication? And the third question is can printscu specif...
by jayition
Wed, 2005-11-23, 08:32
Forum: DCMTK - General
Topic: how to use PrintScu ???
Replies: 1
Views: 3319

I'm Sorry!

I'm sorry ! I have got how to use printscu! thanks for Ur work! thanks!
by jayition
Wed, 2005-11-23, 04:54
Forum: DCMTK - General
Topic: how to use PrintScu ???
Replies: 1
Views: 3319

how to use PrintScu ???

hi! I'm try to use dcmprscu,but faild! I start the dcmprscp and use DICOMscope to communicate it work! but I use dcmprscu to access the dcmprscp it not work! can anyone help me about how to use dcmprscu to print a dcm file! I need more particular! thanks a lot! foolish user of DCMTK :lol: :D :P
by jayition
Sat, 2005-09-17, 03:08
Forum: DCMTK - General
Topic: Help!Help!How can I delovep MOVESCP with DCMTK??
Replies: 4
Views: 6592

Thanks Very much!

Yes , The imagectn is what I looking for! Thanks Thomas Wilkens
and Jörg Riesmeier! and Thanks for DICOM OFFIS! The DCMTK is a very useful TK to develop PACS!

Thanks for U'r help! :!:

By: Jayition
:lol: :lol: :lol: :D
by jayition
Fri, 2005-09-16, 08:02
Forum: DCMTK - General
Topic: Help!Help!How can I delovep MOVESCP with DCMTK??
Replies: 4
Views: 6592

Thanks

first : thanks for U'r answer! :lol: :lol:
I mean : there is movescu in DCMTK, and I can't find movescp, I want to know how to use the movescu , there should be an SCP, isn't it?
thanks agatin for U'r answer! :D :D :o
by jayition
Fri, 2005-09-16, 03:33
Forum: DCMTK - General
Topic: Help!Help!How can I delovep MOVESCP with DCMTK??
Replies: 4
Views: 6592

Help!Help!How can I delovep MOVESCP with DCMTK??

Hello! I want to develop MoveSCP with DCMTK, and now I have two question with DCMTK; first: is there MoveSCP example source in DCMTK? I haven't found ! :roll: Second: if there is no Example , Please give some help ! how can I develop the MoveSCP with DCMTK! thanks !and thanks very much! :oops: :D :D
by jayition
Mon, 2005-05-23, 02:20
Forum: DCMTK - General
Topic: wlmscpfs: change worklist files to database query
Replies: 5
Views: 9939

Thanks!

I will do the work like this! and I found this message, it helps me ! thanks!
by jayition
Thu, 2005-05-19, 08:48
Forum: DCMTK - Installation
Topic: An idea for DCMTK
Replies: 2
Views: 5989

I'm so sorry to send this message!

Because,I have found that I can complie the DCMTK to get the .lib File, and I can use the .h file in the include directory.
And thanks for Ur answer.And thanks for your work! :)
by jayition
Wed, 2005-04-27, 09:59
Forum: DCMTK - Installation
Topic: I want to know how to use the wlmscpfs
Replies: 1
Views: 4650

Sorry!I found the answer in FAQ! Thanks!

Sorry!I found the answer in FAQ! Thanks!