Search found 10 matches

by cxl2253
Sat, 2007-11-10, 05:24
Forum: DCMTK - General
Topic: wraping dcmtk for python
Replies: 7
Views: 12854

wraping dcmtk for python

i want to know if anybody have experience to wrapped DCMTK for python ? maybe pyrex is a good tool but i am afraid the big work.
by cxl2253
Fri, 2007-05-18, 01:55
Forum: DCMTK - General
Topic: dcmtk with QT
Replies: 34
Views: 45612

dear Géant Vert
you can send the test image to me . My emails : cxl2253@gmail.com
by cxl2253
Fri, 2007-05-18, 01:53
Forum: DCMTK - General
Topic: what's wrong in the creating DCM file?
Replies: 3
Views: 5715

i have solved ,thanks
by cxl2253
Thu, 2007-05-17, 01:23
Forum: DCMTK - General
Topic: what's wrong in the creating DCM file?
Replies: 3
Views: 5715

hi,anybody can help me ?
by cxl2253
Wed, 2007-05-16, 10:38
Forum: DCMTK - General
Topic: dcmtk with QT
Replies: 34
Views: 45612

i use follwing code to show image in QT,Almost is ok DJDecoderRegistration::registerCodecs(); DcmRLEDecoderRegistration::registerCodecs(); QPixmap *pixmap = NULL; DcmFileFormat *dfile = new DcmFileFormat(); QString fileName = QFileDialog::getOpenFileName( 0, "Select one or more files to open&qu...
by cxl2253
Wed, 2007-05-16, 10:38
Forum: DCMTK - General
Topic: dcmtk with QT
Replies: 34
Views: 45612

i use follwing code to show image in QT,Almost is ok DJDecoderRegistration::registerCodecs(); DcmRLEDecoderRegistration::registerCodecs(); QPixmap *pixmap = NULL; DcmFileFormat *dfile = new DcmFileFormat(); QString fileName = QFileDialog::getOpenFileName( 0, "Select one or more files to open&qu...
by cxl2253
Wed, 2007-05-16, 10:25
Forum: DCMTK - General
Topic: what's wrong in the creating DCM file?
Replies: 3
Views: 5715

what's wrong in the creating DCM file?

I want to create one dicom file from a file,the code is flowing. The created file can be shown on PIVIEW,but when i want to save it to bmp in dcmtk,didocument cannot search the PixelData . :? what should i do ? // create the dicom file/////////// char uid[100]; DcmFileFormat fileformat; DcmDataset *...
by cxl2253
Sat, 2007-05-05, 10:10
Forum: DCMTK - General
Topic: dcmtk with QT
Replies: 34
Views: 45612

why do you want to find the max and min value?I think maybe that we can convert from 16 to 24 bits.Then deal with the ppm like before.Is it right?
by cxl2253
Wed, 2007-03-21, 07:34
Forum: DCMTK - General
Topic: how to set printer in scp
Replies: 1
Views: 3801

I understand something about the dicom print in DCMTK. In fact the dcmprscp is not a real printer,just a simmulatcion ! if I want to set the layout ,etc 2X2,1X2, i should use the "DisplayFormat " property in creating film box . The problem is how to set the displayformat in dcmpstat.cfg fi...
by cxl2253
Tue, 2007-03-20, 03:57
Forum: DCMTK - General
Topic: how to set printer in scp
Replies: 1
Views: 3801

how to set printer in scp

I use dcmpsprt to create a print job and spooled it to dcmprscp by dcmprscu succefully. but i want to use DVT (DICOM VALIDATE TOOL) tool as print scp, problem occured. in dcmprscu: spooling file "c:\database\sp_45fe34122.dcm" spooler :printer communication failed,unable to create basic fil...